• Home
  • Raw
  • Download

Lines Matching refs:SegName

329       StringRef SegName = SLC.segname;  in getSectionsAndSymbols()  local
330 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
1080 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents() local
1081 if ((DumpSegName.empty() || SegName == DumpSegName) && in DumpSectionContents()
1101 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()
1107 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()
1110 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpSectionContents()
1114 if (SegName == "__OBJC" && SectName == "__protocol") { in DumpSectionContents()
1119 if (SegName == "__LLVM" && SectName == "__bundle") { in DumpSectionContents()
1176 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents() local
1177 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpInfoPlistSectionContents()
1178 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in DumpInfoPlistSectionContents()
2527 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64() local
2528 if (SegName != "__OBJC" && SectName != "__cstring") in get_pointer_64()
3324 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section() local
3325 if (SegName == segname && SectName == sectname) in get_section()
3341 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64() local
3342 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_64()
3354 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_64()
3392 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32() local
3393 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_32()
3405 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_32()
5071 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64() local
5072 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs64()
5134 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32() local
5135 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs32()
5180 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64() local
5181 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info64()
5223 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info32() local
5224 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info32()
5263 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info() local
5264 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info()
7671 StringRef SegName, uint64_t vmaddr, in PrintSegmentCommand() argument
7694 outs() << " segname " << SegName << "\n"; in PrintSegmentCommand()