Lines Matching refs:SegName
310 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local
311 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
317 StringRef SegName = SLC.segname; in getSectionsAndSymbols() local
318 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
945 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries() local
947 outs() << "(" << SegName << "," << *NameOrErr << ")\n"; in PrintRelocationEntries()
1001 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local
1003 outs() << "Relocation information (" << SegName << "," << *NameOrErr in PrintRelocations()
1006 outs() << "Relocation information (" << SegName << ",?) " in PrintRelocations()
1021 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations() local
1023 outs() << "Relocation information (" << SegName << "," << *NameOrErr in PrintRelocations()
1026 outs() << "Relocation information (" << SegName << ",?) " in PrintRelocations()
1260 StringRef SegName) { in PrintChainedFixupsSegment() argument
1261 outs() << "chained starts in segment " << Segment.SegIdx << " (" << SegName in PrintChainedFixupsSegment()
1955 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpSectionContents() local
1956 if ((DumpSegName.empty() || SegName == DumpSegName) && in DumpSectionContents()
1977 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()
1983 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()
1986 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpSectionContents()
1990 if (SegName == "__OBJC" && SectName == "__protocol") { in DumpSectionContents()
2050 StringRef SegName = O->getSectionFinalSegmentName(Ref); in DumpInfoPlistSectionContents() local
2051 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpInfoPlistSectionContents()
2053 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in DumpInfoPlistSectionContents()
2153 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref); in ProcessMachO() local
2154 DisassembleMachO(FileName, MachOOF, SegName, SectName); in ProcessMachO()
3506 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in get_pointer_64() local
3507 if (SegName != "__OBJC" && SectName != "__cstring") in get_pointer_64()
4307 StringRef SegName = O->getSectionFinalSegmentName(Ref); in get_section() local
4308 if (SegName == segname && SectName == sectname) in get_section()
4329 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_64() local
4330 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_64()
4341 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_64()
4378 StringRef SegName = O->getSectionFinalSegmentName(Ref); in walk_pointer_list_32() local
4379 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_32()
4390 outs() << listname << " list pointer extends past end of (" << SegName in walk_pointer_list_32()
6057 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs64() local
6058 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs64()
6125 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_message_refs32() local
6126 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs32()
6176 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info64() local
6177 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info64()
6238 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info32() local
6239 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info32()
6293 StringRef SegName = info->O->getSectionFinalSegmentName(Ref); in print_image_info() local
6294 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info()
8426 StringRef SegName, uint64_t vmaddr, in PrintSegmentCommand() argument
8449 outs() << " segname " << SegName << "\n"; in PrintSegmentCommand()