Searched refs:getAddend (Results 1 – 9 of 9) sorted by relevance
217 int64_t getAddend() const { return r_add; } in getAddend() function
844 RelSec.emitWord(Rel.getAddend()); in EmitRelocation()
120 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
177 Expected<int64_t> getAddend() const { in getAddend() function
250 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
158 ErrorOr<int64_t> getAddend() const { in getAddend() function
750 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, false> &Rel) {} in getAddend() function753 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { in getAddend() function763 getAddend(ToAdd.Addend, Rel); in initRelocations()
856 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection()1196 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend(); in processRelocationRef()
630 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection()1105 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()