Searched refs:getAddend (Results 1 – 11 of 11) sorted by relevance
46 static typename ELFT::uint getAddend(InputSectionBase &Sec, in getAddend() function53 static typename ELFT::uint getAddend(InputSectionBase &Sec, in getAddend() function80 Offset += getAddend<ELFT>(Sec, Rel); in resolveReloc()
209 static inline int64_t getAddend(const typename ELFT::Rel &Rel) {213 static inline int64_t getAddend(const typename ELFT::Rela &Rel) {
87 uint64_t Val = DR->Value + getAddend<ELFT>(Rel); in findAux()
242 uint64_t AddA = getAddend<ELFT>(RA[I]); in constantEq()243 uint64_t AddB = getAddend<ELFT>(RB[I]); in constantEq()
417 P->r_addend = getAddend<ELFT>(Rel); in copyRelocations()446 int64_t Addend = getAddend<ELFT>(Rel); in copyRelocations()795 int64_t Addend = getAddend<ELFT>(Rel); in relocateNonAlloc()
636 Addend = getAddend<ELFT>(Rel); in computeAddend()
105 if (auto AddendOrErr = object::ELFRelocationRef(Reloc).getAddend()) in loadObj()
120 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
179 Expected<int64_t> getAddend() const { in getAddend() function
1005 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, false> &Rel) {} in getAddend() function1008 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { in getAddend() function1018 getAddend(ToAdd.Addend, Rel); in initRelocations()
630 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection()1105 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()