• Home
  • Raw
  • Download

Lines Matching refs:SegName

379       StringRef SegName = SLC.segname;  in getSectionsAndSymbols()  local
380 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
386 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local
387 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
1014 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries() local
1016 outs() << "(" << SegName << "," << *NameOrErr << ")\n"; in PrintRelocationEntries()
1070 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local
1072 outs() << "Relocation information (" << SegName << "," << *NameOrErr in PrintRelocations()
1075 outs() << "Relocation information (" << SegName << ",?) " in PrintRelocations()
1090 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local
1092 outs() << "Relocation information (" << SegName << "," << *NameOrErr in PrintRelocations()
1095 outs() << "Relocation information (" << SegName << ",?) " in PrintRelocations()
1752 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents() local
1753 if ((DumpSegName.empty() || SegName == DumpSegName) && in DumpSectionContents()
1774 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()
1780 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()
1783 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpSectionContents()
1787 if (SegName == "__OBJC" && SectName == "__protocol") { in DumpSectionContents()
1792 if (SegName == "__LLVM" && SectName == "__bundle") { in DumpSectionContents()
1854 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents() local
1855 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpInfoPlistSectionContents()
1857 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in DumpInfoPlistSectionContents()
1956 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref); in ProcessMachO() local
1957 DisassembleMachO(FileName, MachOOF, SegName, SectName); in ProcessMachO()
3300 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64() local
3301 if (SegName != "__OBJC" && SectName != "__cstring") in get_pointer_64()
4101 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section() local
4102 if (SegName == segname && SectName == sectname) in get_section()
4123 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64() local
4124 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_64()
4135 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_64()
4172 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32() local
4173 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_32()
4184 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_32()
5851 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64() local
5852 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs64()
5919 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32() local
5920 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs32()
5970 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64() local
5971 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info64()
6032 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info32() local
6033 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info32()
6087 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info() local
6088 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info()
8558 StringRef SegName, uint64_t vmaddr, in PrintSegmentCommand() argument
8581 outs() << " segname " << SegName << "\n"; in PrintSegmentCommand()