| /llvm-project-15.0.7/lldb/test/API/macosx/unregistered-macho/ |
| H A D | main.c | 17 mh.filetype = MH_EXECUTE; in main()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Driver.cpp | 70 return MH_EXECUTE; in getOutputType() 78 return MH_EXECUTE; in getOutputType() 931 case MH_EXECUTE: in dataConstDefault() 1133 config->outputType == MH_EXECUTE || in referenceStubBinder() 1402 if (config->outputType == MH_EXECUTE) in link() 1563 (config->outputType == MH_EXECUTE && in link()
|
| H A D | LTO.cpp | 68 config->outputType != MH_EXECUTE || config->exportDynamic; in add()
|
| H A D | MarkLive.cpp | 253 config->outputType != MH_EXECUTE || config->exportDynamic; in markLive()
|
| H A D | Writer.cpp | 752 case MH_EXECUTE: in createLoadCommands() 780 if (config->outputType == MH_EXECUTE) in createLoadCommands() 937 case MH_EXECUTE: in createOutputSections()
|
| H A D | SyntheticSections.cpp | 104 if (config->outputType == MH_EXECUTE && !config->staticLink && in cpuSubtype() 132 if (config->outputType == MH_EXECUTE && config->isPic) in writeTo() 1365 config->outputType == MH_EXECUTE ? CS_EXECSEG_MAIN_BINARY : 0); in writeTo() 1714 case MH_EXECUTE: in createSyntheticSymbols()
|
| H A D | SymbolTable.cpp | 110 config->outputType != MachO::MH_EXECUTE && in addDefined()
|
| H A D | InputFiles.cpp | 1678 if (config->outputType == MH_EXECUTE && in findDylib()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/ |
| H A D | ProcessMachCore.cpp | 164 case llvm::MachO::MH_EXECUTE: in GetDynamicLoaderAddress()
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | mach_o.py | 25 MH_EXECUTE = 0x00000002 variable 795 'MH_EXECUTE': MH_EXECUTE,
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOWriter.cpp | 509 write64be(&CodeDirectory->execSegFlags, O.Header.FileType == MachO::MH_EXECUTE in writeCodeSignatureData()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOSXDYLD.cpp | 937 if (image_infos[i].header.filetype == llvm::MachO::MH_EXECUTE) in UpdateImageInfosHeaderAndLoadCommands()
|
| H A D | DynamicLoaderDarwin.cpp | 555 if (image_infos[i].header.filetype == llvm::MachO::MH_EXECUTE) { in UpdateSpecialBinariesFromNewImageInfos()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernel.cpp | 460 if (header.filetype == llvm::MachO::MH_EXECUTE && in CheckForKernelImageAtAddress()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 102 { "Executable", MachO::MH_EXECUTE },
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 44 MH_EXECUTE = 0x2u, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1116 return m_header.filetype == MH_EXECUTE; in IsExecutable() 5697 case MH_EXECUTE: 5741 case MH_EXECUTE: // 0x2u
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBRemote.cpp | 5983 if (mh.filetype == MH_EXECUTE) { in MachHeaderIsMainExecutable()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 869 lc, load_cmds_p, inf.mach_header.filetype == MH_EXECUTE)) {
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 8418 case MachO::MH_EXECUTE: in PrintMachHeader()
|