Searched refs:rel_target (Results 1 – 1 of 1) sorted by relevance
165 void* const rel_target = reinterpret_cast<void*>(reloc.r_offset + relocator.si->load_bias); in process_relocation_impl() local232 auto get_addend_rel = [&]() -> ElfW(Addr) { return *static_cast<ElfW(Addr)*>(rel_target); }; in process_relocation_impl()301 sym_addr = reinterpret_cast<ElfW(Addr)>(rel_target); in process_relocation_impl()305 sym_addr = reinterpret_cast<ElfW(Addr)>(rel_target); in process_relocation_impl()318 rel_target, reinterpret_cast<void*>(result), sym_name); in process_relocation_impl()319 *static_cast<ElfW(Addr)*>(rel_target) = result; in process_relocation_impl()332 rel_target, reinterpret_cast<void*>(result), sym_name); in process_relocation_impl()333 *static_cast<ElfW(Addr)*>(rel_target) = result; in process_relocation_impl()342 rel_target, reinterpret_cast<void*>(result), sym_name); in process_relocation_impl()343 *static_cast<ElfW(Addr)*>(rel_target) = result; in process_relocation_impl()[all …]