Searched refs:getRelocationAddend (Results 1 – 2 of 2) sorted by relevance
74 virtual Expected<int64_t> getRelocationAddend(DataRefImpl Rel) const = 0;214 return getObject()->getRelocationAddend(getRawDataRefImpl()); in getAddend()440 Expected<int64_t> getRelocationAddend(DataRefImpl Rel) const override;1063 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend() function
1777 int64_t getRelocationAddend(const ELFObjectFile<ELFT> *Obj, in getRelocationAddend() function1800 int64_t getRelocationAddend(const ELFObjectFileBase *Obj, in getRelocationAddend() function1803 return getRelocationAddend(ELF32LE, Rel); in getRelocationAddend()1805 return getRelocationAddend(ELF64LE, Rel); in getRelocationAddend()1807 return getRelocationAddend(ELF32BE, Rel); in getRelocationAddend()1809 return getRelocationAddend(ELF64BE, Rel); in getRelocationAddend()1866 Addend = getRelocationAddend(InputFile, Rel); in analyzeRelocation()2236 const uint64_t Addend = getRelocationAddend(InputFile, Rel); in readDynamicRelocations()