Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_relocate.cpp163 void* const rel_target = reinterpret_cast<void*>(reloc.r_offset + relocator.si->load_bias); in process_relocation_impl() local
228 auto get_addend_rel = [&]() -> ElfW(Addr) { return *static_cast<ElfW(Addr)*>(rel_target); }; in process_relocation_impl()
284 sym_addr = reinterpret_cast<ElfW(Addr)>(rel_target); in process_relocation_impl()
288 sym_addr = reinterpret_cast<ElfW(Addr)>(rel_target); in process_relocation_impl()
301 rel_target, reinterpret_cast<void*>(result), sym_name); in process_relocation_impl()
302 *static_cast<ElfW(Addr)*>(rel_target) = result; in process_relocation_impl()
315 rel_target, reinterpret_cast<void*>(result), sym_name); in process_relocation_impl()
316 *static_cast<ElfW(Addr)*>(rel_target) = result; in process_relocation_impl()
325 rel_target, reinterpret_cast<void*>(result), sym_name); in process_relocation_impl()
326 *static_cast<ElfW(Addr)*>(rel_target) = result; in process_relocation_impl()
[all …]