Searched refs:getSectionOffset (Results 1 – 5 of 5) sorted by relevance
75 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() function
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
625 return Section.getSectionOffset() + RelEntry.Addend; in getProvisionalValue()709 RelEntry.FixupSection->getSectionOffset() + in applyRelocations()1057 return (A.Offset + A.FixupSection->getSectionOffset()) < in writeRelocSection()1058 (B.Offset + B.FixupSection->getSectionOffset()); in writeRelocSection()1068 RelEntry.Offset + RelEntry.FixupSection->getSectionOffset(); in writeRelocSection()
428 uint32_t EncoreBootImage::getSectionOffset(Section * section) in getSectionOffset() function in EncoreBootImage1135 header.m_offset = ENDIAN_HOST_TO_LITTLE_U32(m_image->getSectionOffset(this)); in fillSectionHeader()
901 uint32_t getSectionOffset(Section * section);