Home
last modified time | relevance | path

Searched refs:target_addr (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp960 uint8_t* target_addr = pOutput + out_offset; in writeRelocationResult() local
967 std::memcpy(target_addr, &pReloc.target(), 1); in writeRelocationResult()
972 std::memcpy(target_addr, &tmp_data, 2); in writeRelocationResult()
977 std::memcpy(target_addr, &tmp_data, 4); in writeRelocationResult()
982 std::memcpy(target_addr, &tmp_data, 8); in writeRelocationResult()
989 std::memcpy(target_addr, &pReloc.target(), in writeRelocationResult()
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_adv_filter.cc640 tBLE_BD_ADDR target_addr; in BTM_LE_PF_set() local
641 target_addr.bda = cmd.address; in BTM_LE_PF_set()
642 target_addr.type = cmd.addr_type; in BTM_LE_PF_set()
644 BTM_LE_PF_addr_filter(action, filt_index, target_addr, in BTM_LE_PF_set()
/aosp12/bionic/libc/kernel/uapi/linux/genwqe/
H A Dgenwqe_card.h196 __u64 target_addr; member