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()
442 ElfW(Addr) addend = reloc.r_addend; in process_relocation_impl()
486 const Elf32_Addr result = sym_addr + reloc.r_addend; in process_relocation_impl()
495 const ElfW(Addr) target = sym_addr + reloc.r_addend; in process_relocation_impl()
Dlinker_main.cpp620 ElfW(Addr) resolver = ehdr + r->r_addend; in call_ifunc_resolvers_for_section()
/bionic/libc/kernel/uapi/linux/
Delf.h147 Elf32_Sword r_addend; member
152 Elf64_Sxword r_addend; member
/bionic/libc/bionic/
Dlibc_init_static.cpp94 ElfW(Addr) resolver = r->r_addend; in call_ifunc_resolvers()