Searched refs:getSectionOffset (Results 1 – 6 of 6) sorted by relevance
78 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
662 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue()745 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()1099 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection()1100 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection()1110 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()
52 uint64_t getSectionOffset() const;
130 uint64_t ExprValue::getSectionOffset() const { in getSectionOffset() function in ExprValue409 cmd->sym->value = v.getSectionOffset(); in assignSymbol()
153 return {a.sec, a.forceAbsolute, a.getSectionOffset() + b.getValue(), a.loc}; in add()160 return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc}; in sub()
84 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;152 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()353 uint64_t getSectionOffset(DataRefImpl Sec) const override;600 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function