Searched refs:addend (Results 1 – 4 of 4) sorted by relevance
129 ElfAddr addend = 0; in Decode() local147 addend += packed[ndx++]; in Decode()164 addend += packed[ndx++]; in Decode()170 reloc.r_addend = is_relocation_group_has_addend(group_flags) ? addend : 0; in Decode()175 addend = 0; in Decode()
16 int32_t addend, in AddRelocation() argument21 relocation.r_addend = addend; in AddRelocation()28 int32_t addend, in CheckRelocation() argument32 relocation.r_addend == addend; in CheckRelocation()
16 typename ELF::Sxword addend, in AddRelocation() argument21 relocation.r_addend = addend; in AddRelocation()29 typename ELF::Sxword addend, in CheckRelocation() argument33 relocation.r_addend == addend; in CheckRelocation()
2512 ElfW(Addr) addend = get_addend(rel, reloc); in relocate()2626 reinterpret_cast<void*>(sym_addr + addend), sym_name); in relocate()2628 *reinterpret_cast<ElfW(Addr)*>(reloc) = (sym_addr + addend); in relocate()2635 reinterpret_cast<void*>(sym_addr + addend), sym_name); in relocate()2636 *reinterpret_cast<ElfW(Addr)*>(reloc) = (sym_addr + addend); in relocate()2643 reinterpret_cast<void*>(load_bias + addend)); in relocate()2644 *reinterpret_cast<ElfW(Addr)*>(reloc) = (load_bias + addend); in relocate()2651 reinterpret_cast<void*>(load_bias + addend)); in relocate()2665 ElfW(Addr) ifunc_addr = call_ifunc_resolver(load_bias + addend); in relocate()2685 reloc, sym_addr + addend, sym_name); in relocate()[all …]