Lines Matching refs:OffsetInSeg
8650 uint64_t OffsetInSeg) { in findSection() argument
8654 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() argument
8664 return findSection(SegIndex, OffsetInSeg).SectionName; in sectionName()
8667 uint64_t SegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address() argument
8668 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg); in address()
8669 return SI.SegmentStartAddress + OffsetInSeg; in address()
8679 uint64_t OffsetInSeg = Entry.segmentOffset(); in printMachORebaseTable() local
8681 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachORebaseTable()
8682 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachORebaseTable()
8724 uint64_t OffsetInSeg = Entry.segmentOffset(); in printMachOBindTable() local
8726 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachOBindTable()
8727 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachOBindTable()
8756 uint64_t OffsetInSeg = Entry.segmentOffset(); in printMachOLazyBindTable() local
8758 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachOLazyBindTable()
8759 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachOLazyBindTable()
8789 uint64_t OffsetInSeg = Entry.segmentOffset(); in printMachOWeakBindTable() local
8791 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachOWeakBindTable()
8792 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in printMachOWeakBindTable()
8816 uint64_t OffsetInSeg = Entry.segmentOffset(); in get_dyld_bind_info_symbolname() local
8817 uint64_t Address = sectionTable.address(SegIndex, OffsetInSeg); in get_dyld_bind_info_symbolname()