Searched refs:getRelocationAddend (Results 1 – 1 of 1) sorted by relevance
72 virtual Expected<int64_t> getRelocationAddend(DataRefImpl Rel) const = 0;202 return getObject()->getRelocationAddend(getRawDataRefImpl()); in getAddend()427 Expected<int64_t> getRelocationAddend(DataRefImpl Rel) const override;1042 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend() function