Lines Matching refs:SegName

336       StringRef SegName = SLC.segname;  in getSectionsAndSymbols()  local
337 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
697 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries() local
702 outs() << "(" << SegName << "," << SectName << ")\n"; in PrintRelocationEntries()
754 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local
757 outs() << "Relocation information (" << SegName << ",?) " in PrintRelocations()
760 outs() << "Relocation information (" << SegName << "," in PrintRelocations()
775 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local
778 outs() << "Relocation information (" << SegName << ",?) " in PrintRelocations()
781 outs() << "Relocation information (" << SegName << "," in PrintRelocations()
1426 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents() local
1427 if ((DumpSegName.empty() || SegName == DumpSegName) && in DumpSectionContents()
1447 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()
1453 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()
1456 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpSectionContents()
1460 if (SegName == "__OBJC" && SectName == "__protocol") { in DumpSectionContents()
1465 if (SegName == "__LLVM" && SectName == "__bundle") { in DumpSectionContents()
1522 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents() local
1523 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpInfoPlistSectionContents()
1525 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in DumpInfoPlistSectionContents()
1620 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref); in ProcessMachO() local
1621 DisassembleMachO(FileName, MachOOF, SegName, SectName); in ProcessMachO()
2955 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64() local
2956 if (SegName != "__OBJC" && SectName != "__cstring") in get_pointer_64()
3750 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section() local
3751 if (SegName == segname && SectName == sectname) in get_section()
3767 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64() local
3768 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_64()
3780 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_64()
3818 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32() local
3819 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_32()
3831 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_32()
5493 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64() local
5494 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs64()
5556 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32() local
5557 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs32()
5602 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64() local
5603 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info64()
5659 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info32() local
5660 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info32()
5709 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info() local
5710 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info()
8116 StringRef SegName, uint64_t vmaddr, in PrintSegmentCommand() argument
8139 outs() << " segname " << SegName << "\n"; in PrintSegmentCommand()