Searched refs:getSectionOffset (Results 1 – 6 of 6) sorted by relevance
77 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
603 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue()680 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()940 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection()941 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection()951 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()
52 uint64_t getSectionOffset() const;
73 uint64_t ExprValue::getSectionOffset() const { in getSectionOffset() function in ExprValue285 Cmd->Sym->Value = V.getSectionOffset(); in assignSymbol()
155 return {A.Sec, A.ForceAbsolute, A.getSectionOffset() + B.getValue(), A.Loc}; in add()162 return {A.Sec, false, A.getSectionOffset() - B.getValue(), A.Loc}; in sub()
62 virtual uint64_t getSectionOffset(DataRefImpl Sec) const = 0;112 return getObject()->getSectionOffset(getRawDataRefImpl()); in getOffset()279 uint64_t getSectionOffset(DataRefImpl Sec) const override;458 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() function