Lines Matching refs:SegIndex
9120 StringRef segmentName(uint32_t SegIndex);
9121 StringRef sectionName(uint32_t SegIndex, uint64_t SegOffset);
9122 uint64_t address(uint32_t SegIndex, uint64_t SegOffset);
9123 bool isValidSegIndexAndOffset(uint32_t SegIndex, uint64_t SegOffset);
9135 const SectionInfo &findSection(uint32_t SegIndex, uint64_t SegOffset);
9164 StringRef SegInfo::segmentName(uint32_t SegIndex) { in segmentName() argument
9166 if (SI.SegmentIndex == SegIndex) in segmentName()
9172 bool SegInfo::isValidSegIndexAndOffset(uint32_t SegIndex, in isValidSegIndexAndOffset() argument
9175 if (SI.SegmentIndex != SegIndex) in isValidSegIndexAndOffset()
9186 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, in findSection() argument
9189 if (SI.SegmentIndex != SegIndex) in findSection()
9200 StringRef SegInfo::sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) { in sectionName() argument
9201 return findSection(SegIndex, OffsetInSeg).SectionName; in sectionName()
9204 uint64_t SegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address() argument
9205 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg); in address()
9215 uint32_t SegIndex = Entry.segmentIndex(); in printMachORebaseTable() local
9217 StringRef SegmentName = sectionTable.segmentName(SegIndex); in printMachORebaseTable()
9218 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachORebaseTable()
9219 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachORebaseTable()
9260 uint32_t SegIndex = Entry.segmentIndex(); in printMachOBindTable() local
9262 StringRef SegmentName = sectionTable.segmentName(SegIndex); in printMachOBindTable()
9263 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachOBindTable()
9264 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachOBindTable()
9292 uint32_t SegIndex = Entry.segmentIndex(); in printMachOLazyBindTable() local
9294 StringRef SegmentName = sectionTable.segmentName(SegIndex); in printMachOLazyBindTable()
9295 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachOLazyBindTable()
9296 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachOLazyBindTable()
9325 uint32_t SegIndex = Entry.segmentIndex(); in printMachOWeakBindTable() local
9327 StringRef SegmentName = sectionTable.segmentName(SegIndex); in printMachOWeakBindTable()
9328 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachOWeakBindTable()
9329 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachOWeakBindTable()
9352 uint32_t SegIndex = Entry.segmentIndex(); in get_dyld_bind_info_symbolname() local
9354 if (!sectionTable.isValidSegIndexAndOffset(SegIndex, OffsetInSeg)) in get_dyld_bind_info_symbolname()
9356 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in get_dyld_bind_info_symbolname()