Searched refs:r_addend (Results 1 – 9 of 9) sorted by relevance
/aosp12/bionic/linker/ |
H A D | linker_reloc_iterators.h | 75 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()
|
H A D | linker_relocate.cpp | 225 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()
|
H A D | linker_main.cpp | 609 ElfW(Addr) resolver = r->r_addend + load_bias; in call_ifunc_resolvers()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | elf.h | 147 Elf32_Sword r_addend; member 152 Elf64_Sxword r_addend; member
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | ELFReader.cpp | 216 int32_t r_addend = 0; in readRela() local 218 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) { in readRela() 227 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); in readRela() 711 int64_t r_addend = 0; in readRela() local 713 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) { in readRela() 722 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); in readRela()
|
/aosp12/system/chre/platform/shared/include/chre/platform/shared/ |
H A D | loader_util.h | 201 Elf32_Sword r_addend; member
|
/aosp12/bionic/libc/bionic/ |
H A D | libc_init_static.cpp | 92 ElfW(Addr) resolver = r->r_addend; in call_ifunc_resolvers()
|
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsLDBackend.cpp | 944 pAddend = pRel.r_addend; in readRelocation() 948 pAddend = mcld::bswap64(pRel.r_addend); in readRelocation() 994 pRel.r_addend = pAddend; in emitRelocation()
|
/aosp12/frameworks/compile/mclinker/lib/Target/ |
H A D | GNULDBackend.cpp | 1645 pAddend = pRel.r_addend; in readRelocation() 1649 pAddend = mcld::bswap32(pRel.r_addend); in readRelocation() 1686 pAddend = pRel.r_addend; in readRelocation() 1690 pAddend = mcld::bswap64(pRel.r_addend); in readRelocation() 1714 pRel.r_addend = pAddend; in emitRelocation() 1734 pRel.r_addend = pAddend; in emitRelocation()
|