Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A 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()
H A 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()
H A Dlinker_main.cpp609 ElfW(Addr) resolver = r->r_addend + load_bias; in call_ifunc_resolvers()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h147 Elf32_Sword r_addend; member
152 Elf64_Sxword r_addend; member
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp216 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 Dloader_util.h201 Elf32_Sword r_addend; member
/aosp12/bionic/libc/bionic/
H A Dlibc_init_static.cpp92 ElfW(Addr) resolver = r->r_addend; in call_ifunc_resolvers()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp944 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 DGNULDBackend.cpp1645 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()