Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_reloc_iterators.h75 reloc.r_addend += decoder.pop_front(); in for_all_packed_relocs()
77 reloc.r_addend = 0; in for_all_packed_relocs()
97 reloc.r_addend += decoder.pop_front(); in for_all_packed_relocs()
Dlinker_relocate.cpp225 auto get_addend_rel = [&]() -> ElfW(Addr) { return reloc.r_addend; }; in process_relocation_impl()
226 auto get_addend_norel = [&]() -> ElfW(Addr) { return reloc.r_addend; }; in process_relocation_impl()
429 ElfW(Addr) addend = reloc.r_addend; in process_relocation_impl()
473 const Elf32_Addr result = sym_addr + reloc.r_addend; in process_relocation_impl()
482 const ElfW(Addr) target = sym_addr + reloc.r_addend; in process_relocation_impl()
Dlinker_main.cpp580 ElfW(Addr) resolver = r->r_addend + load_bias; in call_ifunc_resolvers()
/bionic/libc/kernel/uapi/linux/
Delf.h146 Elf32_Sword r_addend; member
151 Elf64_Sxword r_addend; member
/bionic/libc/bionic/
Dlibc_init_static.cpp87 ElfW(Addr) resolver = r->r_addend; in call_ifunc_resolvers()