Searched refs:target_addr (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/compile/mclinker/lib/Object/ |
H A D | ObjectLinker.cpp | 960 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 D | btm_ble_adv_filter.cc | 640 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 D | genwqe_card.h | 196 __u64 target_addr; member
|