Searched refs:OffsetInSeg (Results 1 – 1 of 1) sorted by relevance
8799 uint64_t OffsetInSeg) { in isValidSegIndexAndOffset() argument8803 if (SI.OffsetInSegment > OffsetInSeg) in isValidSegIndexAndOffset()8805 if (OffsetInSeg >= (SI.OffsetInSegment + SI.Size)) in isValidSegIndexAndOffset()8813 uint64_t OffsetInSeg) { in findSection() argument8817 if (SI.OffsetInSegment > OffsetInSeg) in findSection()8819 if (OffsetInSeg >= (SI.OffsetInSegment + SI.Size)) in findSection()8826 StringRef SegInfo::sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) { in sectionName() argument8827 return findSection(SegIndex, OffsetInSeg).SectionName; in sectionName()8830 uint64_t SegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address() argument8831 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg); in address()[all …]