Lines Matching refs:SegName
317 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local
318 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
324 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local
325 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
952 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries() local
954 outs() << "(" << SegName << "," << *NameOrErr << ")\n"; in PrintRelocationEntries()
1008 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local
1010 outs() << "Relocation information (" << SegName << "," << *NameOrErr in PrintRelocations()
1013 outs() << "Relocation information (" << SegName << ",?) " in PrintRelocations()
1028 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local
1030 outs() << "Relocation information (" << SegName << "," << *NameOrErr in PrintRelocations()
1033 outs() << "Relocation information (" << SegName << ",?) " in PrintRelocations()
1737 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents() local
1738 if ((DumpSegName.empty() || SegName == DumpSegName) && in DumpSectionContents()
1759 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()
1765 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()
1768 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpSectionContents()
1772 if (SegName == "__OBJC" && SectName == "__protocol") { in DumpSectionContents()
1777 if (SegName == "__LLVM" && SectName == "__bundle") { in DumpSectionContents()
1839 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents() local
1840 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpInfoPlistSectionContents()
1842 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in DumpInfoPlistSectionContents()
1939 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref); in ProcessMachO() local
1940 DisassembleMachO(FileName, MachOOF, SegName, SectName); in ProcessMachO()
3287 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64() local
3288 if (SegName != "__OBJC" && SectName != "__cstring") in get_pointer_64()
4088 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section() local
4089 if (SegName == segname && SectName == sectname) in get_section()
4110 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64() local
4111 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_64()
4122 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_64()
4159 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32() local
4160 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_32()
4171 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_32()
5838 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64() local
5839 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs64()
5906 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32() local
5907 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs32()
5957 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64() local
5958 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info64()
6019 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info32() local
6020 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info32()
6074 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info() local
6075 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info()
8549 StringRef SegName, uint64_t vmaddr, in PrintSegmentCommand() argument
8572 outs() << " segname " << SegName << "\n"; in PrintSegmentCommand()