Searched defs:getAddend (Results 1 – 5 of 5) sorted by relevance
76 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function 83 static uint64_t getAddend(InputSectionBase &sec, in getAddend() function
208 static inline int64_t getAddend(const typename ELFT::Rel &rel) { getAddend() function 212 static inline int64_t getAddend(const typename ELFT::Rela &rel) { getAddend() function
224 Expected<int64_t> getAddend() const { getAddend() function
1619 static void getAddend(uint64_t &, const Elf_Rel_Impl<ELFT, false> &) {} getAddend() function 1622 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { getAddend() function
95 AddendT getAddend() const { return Addend; } getAddend() function