Lines Matching full:segname

329       StringRef SegName = SLC.segname;  in getSectionsAndSymbols()  local
330 if (!BaseSegmentAddressSet && SegName != "__PAGEZERO") { in getSectionsAndSymbols()
420 outs() << "Can't print indirect symbols for (" << Sec.segname << "," in PrintIndirectSymbols()
426 outs() << "Indirect symbols for (" << Sec.segname << "," in PrintIndirectSymbols()
448 outs() << "Can't print indirect symbols for (" << Sec.segname << "," in PrintIndirectSymbols()
454 outs() << "Indirect symbols for (" << Sec.segname << "," in PrintIndirectSymbols()
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()
3318 static const SectionRef get_section(MachOObjectFile *O, const char *segname, in get_section() argument
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()
7769 static void PrintSection(const char *sectname, const char *segname, in PrintSection() argument
7778 outs() << " segname " << format("%.16s", segname); in PrintSection()
7779 if (filetype != MachO::MH_OBJECT && strncmp(sg_segname, segname, 16) != 0) in PrintSection()
8893 const char *sg_segname = SLC.segname; in PrintLoadCommands()
8894 PrintSegmentCommand(SLC.cmd, SLC.cmdsize, SLC.segname, SLC.vmaddr, in PrintLoadCommands()
8900 PrintSection(S.sectname, S.segname, S.addr, S.size, S.offset, S.align, in PrintLoadCommands()
8906 const char *sg_segname = SLC_64.segname; in PrintLoadCommands()
8907 PrintSegmentCommand(SLC_64.cmd, SLC_64.cmdsize, SLC_64.segname, in PrintLoadCommands()
8913 PrintSection(S_64.sectname, S_64.segname, S_64.addr, S_64.size, in PrintLoadCommands()