Lines Matching refs:SectName
1524 StringRef SectName; in DumpLiteralPointerSection() local
1527 SectName = *SectNameOrErr; in DumpLiteralPointerSection()
1533 outs() << SegmentName << ":" << SectName << ":"; in DumpLiteralPointerSection()
1741 StringRef SectName; in DumpSectionContents() local
1744 SectName = *SecNameOrErr; in DumpSectionContents()
1754 (SectName == DumpSectName)) { in DumpSectionContents()
1774 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()
1780 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()
1783 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpSectionContents()
1787 if (SegName == "__OBJC" && SectName == "__protocol") { in DumpSectionContents()
1792 if (SegName == "__LLVM" && SectName == "__bundle") { in DumpSectionContents()
1846 StringRef SectName; in DumpInfoPlistSectionContents() local
1849 SectName = *SecNameOrErr; in DumpInfoPlistSectionContents()
1855 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpInfoPlistSectionContents()
1857 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in DumpInfoPlistSectionContents()
1948 StringRef SectName; in ProcessMachO() local
1950 SectName = *NameOrErr; in ProcessMachO()
1954 if (SectName.equals("__text")) { in ProcessMachO()
1957 DisassembleMachO(FileName, MachOOF, SegName, SectName); in ProcessMachO()
3291 StringRef SectName; in get_pointer_64() local
3295 SectName = *SecNameOrErr; in get_pointer_64()
3301 if (SegName != "__OBJC" && SectName != "__cstring") in get_pointer_64()
4093 StringRef SectName; in get_section() local
4096 SectName = *SecNameOrErr; in get_section()
4102 if (SegName == segname && SectName == sectname) in get_section()
4115 StringRef SectName; in walk_pointer_list_64() local
4118 SectName = *SecNameOrErr; in walk_pointer_list_64()
4124 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_64()
4136 << "," << SectName << ") section\n"; in walk_pointer_list_64()
4170 StringRef SectName = unwrapOrError(S.getName(), O->getFileName()); in walk_pointer_list_32() local
4173 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_32()
4185 << "," << SectName << ") section\n"; in walk_pointer_list_32()
5843 StringRef SectName; in print_message_refs64() local
5846 SectName = *SecNameOrErr; in print_message_refs64()
5852 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs64()
5911 StringRef SectName; in print_message_refs32() local
5914 SectName = *SecNameOrErr; in print_message_refs32()
5920 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs32()
5962 StringRef SectName; in print_image_info64() local
5965 SectName = *SecNameOrErr; in print_image_info64()
5971 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info64()
6024 StringRef SectName; in print_image_info32() local
6027 SectName = *SecNameOrErr; in print_image_info32()
6033 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info32()
6079 StringRef SectName; in print_image_info() local
6082 SectName = *SecNameOrErr; in print_image_info()
6088 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info()
8245 StringRef SectName; in printMachOUnwindInfo() local
8247 SectName = *NameOrErr; in printMachOUnwindInfo()
8251 if (SectName == "__compact_unwind") in printMachOUnwindInfo()
8253 else if (SectName == "__unwind_info") in printMachOUnwindInfo()