Lines Matching refs:SectName

1509     StringRef SectName;  in DumpLiteralPointerSection()  local
1512 SectName = *SectNameOrErr; in DumpLiteralPointerSection()
1518 outs() << SegmentName << ":" << SectName << ":"; in DumpLiteralPointerSection()
1726 StringRef SectName; in DumpSectionContents() local
1729 SectName = *SecNameOrErr; in DumpSectionContents()
1739 (SectName == DumpSectName)) { in DumpSectionContents()
1759 outs() << "Contents of (" << SegName << "," << SectName in DumpSectionContents()
1765 DisassembleMachO(Filename, O, SegName, SectName); in DumpSectionContents()
1768 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpSectionContents()
1772 if (SegName == "__OBJC" && SectName == "__protocol") { in DumpSectionContents()
1777 if (SegName == "__LLVM" && SectName == "__bundle") { in DumpSectionContents()
1831 StringRef SectName; in DumpInfoPlistSectionContents() local
1834 SectName = *SecNameOrErr; in DumpInfoPlistSectionContents()
1840 if (SegName == "__TEXT" && SectName == "__info_plist") { in DumpInfoPlistSectionContents()
1842 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in DumpInfoPlistSectionContents()
1931 StringRef SectName; in ProcessMachO() local
1933 SectName = *NameOrErr; in ProcessMachO()
1937 if (SectName.equals("__text")) { in ProcessMachO()
1940 DisassembleMachO(FileName, MachOOF, SegName, SectName); in ProcessMachO()
3278 StringRef SectName; in get_pointer_64() local
3282 SectName = *SecNameOrErr; in get_pointer_64()
3288 if (SegName != "__OBJC" && SectName != "__cstring") in get_pointer_64()
4080 StringRef SectName; in get_section() local
4083 SectName = *SecNameOrErr; in get_section()
4089 if (SegName == segname && SectName == sectname) in get_section()
4102 StringRef SectName; in walk_pointer_list_64() local
4105 SectName = *SecNameOrErr; in walk_pointer_list_64()
4111 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_64()
4123 << "," << SectName << ") section\n"; in walk_pointer_list_64()
4157 StringRef SectName = unwrapOrError(S.getName(), O->getFileName()); in walk_pointer_list_32() local
4160 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in walk_pointer_list_32()
4172 << "," << SectName << ") section\n"; in walk_pointer_list_32()
5830 StringRef SectName; in print_message_refs64() local
5833 SectName = *SecNameOrErr; in print_message_refs64()
5839 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs64()
5898 StringRef SectName; in print_message_refs32() local
5901 SectName = *SecNameOrErr; in print_message_refs32()
5907 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_message_refs32()
5949 StringRef SectName; in print_image_info64() local
5952 SectName = *SecNameOrErr; in print_image_info64()
5958 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info64()
6011 StringRef SectName; in print_image_info32() local
6014 SectName = *SecNameOrErr; in print_image_info32()
6020 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info32()
6066 StringRef SectName; in print_image_info() local
6069 SectName = *SecNameOrErr; in print_image_info()
6075 outs() << "Contents of (" << SegName << "," << SectName << ") section\n"; in print_image_info()
8236 StringRef SectName; in printMachOUnwindInfo() local
8238 SectName = *NameOrErr; in printMachOUnwindInfo()
8242 if (SectName == "__compact_unwind") in printMachOUnwindInfo()
8244 else if (SectName == "__unwind_info") in printMachOUnwindInfo()