Lines Matching refs:OffsetInSeg
8799 uint64_t OffsetInSeg) { in isValidSegIndexAndOffset() argument
8803 if (SI.OffsetInSegment > OffsetInSeg) in isValidSegIndexAndOffset()
8805 if (OffsetInSeg >= (SI.OffsetInSegment + SI.Size)) in isValidSegIndexAndOffset()
8813 uint64_t OffsetInSeg) { in findSection() argument
8817 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() argument
8827 return findSection(SegIndex, OffsetInSeg).SectionName; in sectionName()
8830 uint64_t SegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address() argument
8831 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg); in address()
8832 return SI.SegmentStartAddress + OffsetInSeg; in address()
8842 uint64_t OffsetInSeg = Entry.segmentOffset(); in printMachORebaseTable() local
8844 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachORebaseTable()
8845 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachORebaseTable()
8887 uint64_t OffsetInSeg = Entry.segmentOffset(); in printMachOBindTable() local
8889 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachOBindTable()
8890 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachOBindTable()
8919 uint64_t OffsetInSeg = Entry.segmentOffset(); in printMachOLazyBindTable() local
8921 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachOLazyBindTable()
8922 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachOLazyBindTable()
8952 uint64_t OffsetInSeg = Entry.segmentOffset(); in printMachOWeakBindTable() local
8954 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachOWeakBindTable()
8955 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachOWeakBindTable()
8979 uint64_t OffsetInSeg = Entry.segmentOffset(); in get_dyld_bind_info_symbolname() local
8980 if (!sectionTable.isValidSegIndexAndOffset(SegIndex, OffsetInSeg)) in get_dyld_bind_info_symbolname()
8982 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in get_dyld_bind_info_symbolname()