Searched refs:getSectionOffset (Results 1 – 6 of 6) sorted by relevance
75 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
48 uint64_t getSectionOffset() const;
125 uint64_t ExprValue::getSectionOffset() const { in getSectionOffset() function in ExprValue383 cmd->sym->value = v.getSectionOffset(); in assignSymbol()
164 return {a.sec, a.forceAbsolute, a.getSectionOffset() + b.getValue(), a.loc}; in add()171 return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc}; in sub()
73 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;133 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()321 uint64_t getSectionOffset(DataRefImpl Sec) const override;545 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function
688 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue()773 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()1123 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection()1124 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection()1134 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()