Lines Matching refs:SegName
293 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local
294 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
1015 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents() local
1016 if ((DumpSegName.empty() || SegName == DumpSegName) && in DumpSectionContents()
1036 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()
1042 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()
1045 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpSectionContents()
1049 if (SegName == "__OBJC" && SectName == "__protocol") { in DumpSectionContents()
1104 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents() local
1105 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpInfoPlistSectionContents()
1106 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in DumpInfoPlistSectionContents()
2373 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64() local
2374 if (SegName != "__OBJC" && SectName != "__cstring") in get_pointer_64()
3165 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section() local
3166 if (SegName == segname && SectName == sectname) in get_section()
3182 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64() local
3183 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_64()
3195 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_64()
3233 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32() local
3234 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_32()
3246 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_32()
4912 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64() local
4913 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs64()
4975 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32() local
4976 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs32()
5021 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64() local
5022 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info64()
5061 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info32() local
5062 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info32()
5101 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info() local
5102 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info()
7306 StringRef SegName, uint64_t vmaddr, in PrintSegmentCommand() argument
7329 outs() << " segname " << SegName << "\n"; in PrintSegmentCommand()