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 == "__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()
4315 StringRef SectName; in get_section() local
4318 SectName = *SecNameOrErr; in get_section()
4324 if (SegName == segname && SectName == sectname) in get_section()
4337 StringRef SectName; in walk_pointer_list_64() local
4340 SectName = *SecNameOrErr; in walk_pointer_list_64()
4346 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_64()
4358 << "," << SectName << ") section\n"; in walk_pointer_list_64()
4392 StringRef SectName = unwrapOrError(S.getName(), O->getFileName()); in walk_pointer_list_32() local
4395 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_32()
4407 << "," << SectName << ") section\n"; in walk_pointer_list_32()
6161 StringRef SectName; in print_message_refs64() local
6164 SectName = *SecNameOrErr; in print_message_refs64()
6170 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs64()
6229 StringRef SectName; in print_message_refs32() local
6232 SectName = *SecNameOrErr; in print_message_refs32()
6238 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs32()
6280 StringRef SectName; in print_image_info64() local
6283 SectName = *SecNameOrErr; in print_image_info64()
6289 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info64()
6342 StringRef SectName; in print_image_info32() local
6345 SectName = *SecNameOrErr; in print_image_info32()
6351 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info32()
6397 StringRef SectName; in print_image_info() local
6400 SectName = *SecNameOrErr; in print_image_info()
6406 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info()
8222 StringRef SectName; in printMachOUnwindInfo() local
8224 SectName = *NameOrErr; in printMachOUnwindInfo()
8228 if (SectName == "__compact_unwind") in printMachOUnwindInfo()
8230 else if (SectName == "__unwind_info") in printMachOUnwindInfo()