Lines Matching refs:SectName
1529 StringRef SectName; in DumpLiteralPointerSection() local
1532 SectName = *SectNameOrErr; in DumpLiteralPointerSection()
1538 outs() << SegmentName << ":" << SectName << ":"; in DumpLiteralPointerSection()
1746 StringRef SectName; in DumpSectionContents() local
1749 SectName = *SecNameOrErr; in DumpSectionContents()
1759 (SectName == DumpSectName)) { in DumpSectionContents()
1779 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()
1785 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()
1788 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpSectionContents()
1792 if (SegName == "__OBJC" && SectName == "__protocol") { in DumpSectionContents()
1797 if (SegName == "__LLVM" && SectName == "__bundle") { in DumpSectionContents()
1851 StringRef SectName; in DumpInfoPlistSectionContents() local
1854 SectName = *SecNameOrErr; in DumpInfoPlistSectionContents()
1860 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpInfoPlistSectionContents()
1862 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in DumpInfoPlistSectionContents()
1951 StringRef SectName; in ProcessMachO() local
1953 SectName = *NameOrErr; in ProcessMachO()
1957 if (SectName.equals("__text")) { in ProcessMachO()
1960 DisassembleMachO(FileName, MachOOF, SegName, SectName); in ProcessMachO()
3301 StringRef SectName; in get_pointer_64() local
3305 SectName = *SecNameOrErr; in get_pointer_64()
3311 if (SegName != "__OBJC" && SectName != "__cstring") in get_pointer_64()
4103 StringRef SectName; in get_section() local
4106 SectName = *SecNameOrErr; in get_section()
4112 if (SegName == segname && SectName == sectname) in get_section()
4125 StringRef SectName; in walk_pointer_list_64() local
4128 SectName = *SecNameOrErr; in walk_pointer_list_64()
4134 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_64()
4146 << "," << SectName << ") section\n"; in walk_pointer_list_64()
4180 StringRef SectName = unwrapOrError(S.getName(), O->getFileName()); in walk_pointer_list_32() local
4183 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_32()
4195 << "," << SectName << ") section\n"; in walk_pointer_list_32()
5853 StringRef SectName; in print_message_refs64() local
5856 SectName = *SecNameOrErr; in print_message_refs64()
5862 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs64()
5921 StringRef SectName; in print_message_refs32() local
5924 SectName = *SecNameOrErr; in print_message_refs32()
5930 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs32()
5972 StringRef SectName; in print_image_info64() local
5975 SectName = *SecNameOrErr; in print_image_info64()
5981 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info64()
6034 StringRef SectName; in print_image_info32() local
6037 SectName = *SecNameOrErr; in print_image_info32()
6043 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info32()
6089 StringRef SectName; in print_image_info() local
6092 SectName = *SecNameOrErr; in print_image_info()
6098 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info()
8259 StringRef SectName; in printMachOUnwindInfo() local
8261 SectName = *NameOrErr; in printMachOUnwindInfo()
8265 if (SectName == "__compact_unwind") in printMachOUnwindInfo()
8267 else if (SectName == "__unwind_info") in printMachOUnwindInfo()