Searched refs:OffsetInSeg (Results 1 – 1 of 1) sorted by relevance
8650 uint64_t OffsetInSeg) { in findSection() argument8654 if (SI.OffsetInSegment > OffsetInSeg) in findSection()8656 if (OffsetInSeg >= (SI.OffsetInSegment + SI.Size)) in findSection()8663 StringRef SegInfo::sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) { in sectionName() argument8664 return findSection(SegIndex, OffsetInSeg).SectionName; in sectionName()8667 uint64_t SegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address() argument8668 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg); in address()8669 return SI.SegmentStartAddress + OffsetInSeg; in address()8679 uint64_t OffsetInSeg = Entry.segmentOffset(); in printMachORebaseTable() local8681 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachORebaseTable()[all …]