Lines Matching refs:SegInfo
8593 class SegInfo { class
8595 SegInfo(const object::MachOObjectFile *Obj);
8616 SegInfo::SegInfo(const object::MachOObjectFile *Obj) { in SegInfo() function in SegInfo
8641 StringRef SegInfo::segmentName(uint32_t SegIndex) { in segmentName()
8649 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, in findSection()
8663 StringRef SegInfo::sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) { in sectionName()
8667 uint64_t SegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address()
8674 SegInfo sectionTable(Obj); in printMachORebaseTable()
8718 SegInfo sectionTable(Obj); in printMachOBindTable()
8750 SegInfo sectionTable(Obj); in printMachOLazyBindTable()
8777 SegInfo sectionTable(Obj); in printMachOWeakBindTable()
8813 SegInfo sectionTable(info->O); in get_dyld_bind_info_symbolname()