Searched refs:getSectionOffset (Results 1 – 6 of 6) sorted by relevance
78 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
50 uint64_t getSectionOffset() const;
130 uint64_t ExprValue::getSectionOffset() const { in getSectionOffset() function in ExprValue383 cmd->sym->value = v.getSectionOffset(); in assignSymbol()
168 return {a.sec, a.forceAbsolute, a.getSectionOffset() + b.getValue(), a.loc}; in add()175 return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc}; in sub()
684 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue() 769 RelEntry.FixupSection->getSectionOffset() + in applyRelocations() 1122 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection() 1123 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection() 1133 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()
81 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;149 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()350 uint64_t getSectionOffset(DataRefImpl Sec) const override;594 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function