Lines Matching refs:SectName
1734 StringRef SectName; in DumpLiteralPointerSection() local
1737 SectName = *SectNameOrErr; in DumpLiteralPointerSection()
1743 outs() << SegmentName << ":" << SectName << ":"; in DumpLiteralPointerSection()
1944 StringRef SectName; in DumpSectionContents() local
1947 SectName = *SecNameOrErr; in DumpSectionContents()
1957 (SectName == DumpSectName)) { 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()
2042 StringRef SectName; in DumpInfoPlistSectionContents() local
2045 SectName = *SecNameOrErr; in DumpInfoPlistSectionContents()
2051 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpInfoPlistSectionContents()
2053 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in DumpInfoPlistSectionContents()
2145 StringRef SectName; in ProcessMachO() local
2147 SectName = *NameOrErr; in ProcessMachO()
2151 if (SectName.equals("__text")) { in ProcessMachO()
2154 DisassembleMachO(FileName, MachOOF, SegName, SectName); in ProcessMachO()
3497 StringRef SectName; in get_pointer_64() local
3501 SectName = *SecNameOrErr; in get_pointer_64()
3507 if (SegName != "__OBJC" && SectName != "__cstring") in get_pointer_64()
4299 StringRef SectName; in get_section() local
4302 SectName = *SecNameOrErr; in get_section()
4308 if (SegName == segname && SectName == sectname) in get_section()
4321 StringRef SectName; in walk_pointer_list_64() local
4324 SectName = *SecNameOrErr; in walk_pointer_list_64()
4330 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_64()
4342 << "," << SectName << ") section\n"; in walk_pointer_list_64()
4376 StringRef SectName = unwrapOrError(S.getName(), O->getFileName()); in walk_pointer_list_32() local
4379 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_32()
4391 << "," << SectName << ") section\n"; in walk_pointer_list_32()
6049 StringRef SectName; in print_message_refs64() local
6052 SectName = *SecNameOrErr; in print_message_refs64()
6058 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs64()
6117 StringRef SectName; in print_message_refs32() local
6120 SectName = *SecNameOrErr; in print_message_refs32()
6126 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs32()
6168 StringRef SectName; in print_image_info64() local
6171 SectName = *SecNameOrErr; in print_image_info64()
6177 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info64()
6230 StringRef SectName; in print_image_info32() local
6233 SectName = *SecNameOrErr; in print_image_info32()
6239 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info32()
6285 StringRef SectName; in print_image_info() local
6288 SectName = *SecNameOrErr; in print_image_info()
6294 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info()
8110 StringRef SectName; in printMachOUnwindInfo() local
8112 SectName = *NameOrErr; in printMachOUnwindInfo()
8116 if (SectName == "__compact_unwind") in printMachOUnwindInfo()
8118 else if (SectName == "__unwind_info") in printMachOUnwindInfo()