Lines Matching refs:SegOffset
3996 uint64_t SegOffset, in checkSegAndOffset() argument
4005 if (SI.OffsetInSegment > SegOffset) in checkSegAndOffset()
4007 if (SegOffset > (SI.OffsetInSegment + SI.Size)) in checkSegAndOffset()
4009 if (endInvalid && SegOffset >= (SI.OffsetInSegment + SI.Size)) in checkSegAndOffset()
4024 uint64_t SegOffset) { in checkCountAndSkip() argument
4025 const SectionInfo &SI = findSection(SegIndex, SegOffset); in checkCountAndSkip()
4026 uint64_t addr = SI.SegmentStartAddress + SegOffset; in checkCountAndSkip()
4057 int32_t SegIndex, uint64_t SegOffset) { in findSection() argument
4061 if (SI.OffsetInSegment > SegOffset) in findSection()
4063 if (SegOffset >= (SI.OffsetInSegment + SI.Size)) in findSection()
4073 uint64_t SegOffset) { in sectionName() argument
4074 return findSection(SegIndex, SegOffset).SectionName; in sectionName()