Home
last modified time | relevance | path

Searched refs:MH_DYLIB (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DDriver.cpp76 return MH_DYLIB; in getOutputType()
688 } else if (config->outputType != MH_DYLIB && in parsePlatformVersions()
842 if (config->outputType != MH_DYLIB) { in parseDylibVersion()
938 case MH_DYLIB: in dataConstDefault()
1132 bool needsStubHelper = config->outputType == MH_DYLIB || in referenceStubBinder()
1317 if (config->outputType != MH_DYLIB) in link()
1374 if (config->warnDylibInstallName && config->outputType != MH_DYLIB) in link()
1380 } else if (config->outputType == MH_DYLIB) { in link()
1385 if (config->outputType != MH_DYLIB) in link()
1561 config->isPic = config->outputType == MH_DYLIB || in link()
H A DSyntheticSections.cpp126 if (config->outputType == MH_DYLIB && !config->hasReexports) in writeTo()
135 if (config->outputType == MH_DYLIB && config->applicationExtension) in writeTo()
1734 case MH_DYLIB: in createSyntheticSymbols()
H A DWriter.cpp755 case MH_DYLIB: in createLoadCommands()
940 case MH_DYLIB: in createOutputSections()
/llvm-project-15.0.7/lldb/examples/python/
H A Dmach_o.py29 MH_DYLIB = 0x00000006 variable
799 'MH_DYLIB': MH_DYLIB,
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp130 Hdr.filetype = MachO::MH_DYLIB; // Custom file type? in createHeaderBlock()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp106 { "DynamicLibrary", MachO::MH_DYLIB },
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h48 MH_DYLIB = 0x6u, enumerator
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp773 if (Obj.getHeader().filetype != MachO::MH_DYLIB && in checkDylibIdCommand()
1676 if ((getHeader().filetype == MachO::MH_DYLIB || in MachOObjectFile()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5705 case MH_DYLIB:
5761 case MH_DYLIB:
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp8430 case MachO::MH_DYLIB: in PrintMachHeader()