Searched defs:getAddend (Results 1 – 5 of 5) sorted by relevance
76 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function83 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function
195 static inline int64_t getAddend(const typename ELFT::Rel &rel) { in getAddend() function199 static inline int64_t getAddend(const typename ELFT::Rela &rel) { in getAddend() function
213 Expected<int64_t> getAddend() const { in getAddend() function
1583 static void getAddend(uint64_t &, const Elf_Rel_Impl<ELFT, false> &) {} in getAddend() function1586 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { in getAddend() function
88 AddendT getAddend() const { return Addend; } in getAddend() function