Searched refs:getSectionOffset (Results 1 – 6 of 6) sorted by relevance
75 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
51 uint64_t getSectionOffset() const;
71 uint64_t ExprValue::getSectionOffset() const { in getSectionOffset() function in ExprValue327 cmd->sym->value = v.getSectionOffset(); in assignSymbol()
159 return {a.sec, a.forceAbsolute, a.getSectionOffset() + b.getValue(), a.loc}; in add()166 return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc}; in sub()
70 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;120 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()308 uint64_t getSectionOffset(DataRefImpl Sec) const override;529 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function
634 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue()719 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()1068 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection()1069 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection()1079 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()