Lines Matching refs:SegName
323 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local
324 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
330 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local
331 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
958 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries() local
960 outs() << "(" << SegName << "," << *NameOrErr << ")\n"; in PrintRelocationEntries()
1014 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local
1016 outs() << "Relocation information (" << SegName << "," << *NameOrErr in PrintRelocations()
1019 outs() << "Relocation information (" << SegName << ",?) " in PrintRelocations()
1034 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local
1036 outs() << "Relocation information (" << SegName << "," << *NameOrErr in PrintRelocations()
1039 outs() << "Relocation information (" << SegName << ",?) " in PrintRelocations()
1757 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents() local
1758 if ((DumpSegName.empty() || SegName == DumpSegName) && in DumpSectionContents()
1779 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()
1785 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()
1788 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpSectionContents()
1792 if (SegName == "__OBJC" && SectName == "__protocol") { in DumpSectionContents()
1797 if (SegName == "__LLVM" && SectName == "__bundle") { in DumpSectionContents()
1859 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents() local
1860 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpInfoPlistSectionContents()
1862 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in DumpInfoPlistSectionContents()
1959 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref); in ProcessMachO() local
1960 DisassembleMachO(FileName, MachOOF, SegName, SectName); in ProcessMachO()
3310 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64() local
3311 if (SegName != "__OBJC" && SectName != "__cstring") in get_pointer_64()
4111 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section() local
4112 if (SegName == segname && SectName == sectname) in get_section()
4133 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64() local
4134 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_64()
4145 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_64()
4182 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32() local
4183 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_32()
4194 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_32()
5861 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64() local
5862 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs64()
5929 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32() local
5930 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs32()
5980 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64() local
5981 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info64()
6042 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info32() local
6043 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info32()
6097 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info() local
6098 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info()
8572 StringRef SegName, uint64_t vmaddr, in PrintSegmentCommand() argument
8595 outs() << " segname " << SegName << "\n"; in PrintSegmentCommand()