Home
last modified time | relevance | path

Searched refs:MH_BUNDLE (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DDriver.cpp74 return MH_BUNDLE; in getOutputType()
689 config->outputType != MH_BUNDLE) { in parsePlatformVersions()
933 case MH_BUNDLE: in dataConstDefault()
1134 config->outputType == MH_BUNDLE; in referenceStubBinder()
1311 if (config->outputType != MH_BUNDLE) in link()
1562 config->outputType == MH_BUNDLE || in link()
H A DWriter.cpp760 case MH_BUNDLE: in createLoadCommands()
941 case MH_BUNDLE: in createOutputSections()
H A DSyntheticSections.cpp1731 case MH_BUNDLE: in createSyntheticSymbols()
/llvm-project-15.0.7/lldb/examples/python/
H A Dmach_o.py31 MH_BUNDLE = 0x00000008 variable
801 'MH_BUNDLE': MH_BUNDLE,
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp108 { "Bundle", MachO::MH_BUNDLE },
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h50 MH_BUNDLE = 0x8u, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5709 case MH_BUNDLE:
5765 case MH_BUNDLE:
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp8439 case MachO::MH_BUNDLE: in PrintMachHeader()