/external/llvm-project/lld/lib/Driver/ |
D | DarwinLdDriver.cpp | 347 fileType = llvm::MachO::MH_DYLIB; in parse() 492 if (ctx.outputMachOType() != llvm::MachO::MH_DYLIB) { in parse() 505 if (ctx.outputMachOType() != llvm::MachO::MH_DYLIB) { in parse() 709 else if (ctx.outputMachOType() != llvm::MachO::MH_DYLIB) in parse() 762 case llvm::MachO::MH_DYLIB: in parse() 807 case llvm::MachO::MH_DYLIB: in parse() 855 case llvm::MachO::MH_DYLIB: in parse() 904 case llvm::MachO::MH_DYLIB: in parse() 1029 case llvm::MachO::MH_DYLIB: in parse()
|
/external/llvm-project/lld/test/darwin/Inputs/ |
D | native-and-mach-o2.objtxt | 3 file-type: MH_DYLIB
|
/external/google-breakpad/src/tools/mac/upload_system_symbols/ |
D | arch_constants.h | 64 const uint32_t kMachHeaderFtypeDylib = MH_DYLIB;
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachOLinkingContext.cpp | 256 case llvm::MachO::MH_DYLIB: in configure() 331 case MH_DYLIB: in needsStubsPass() 356 case MH_DYLIB: in needsCompactUnwindPass() 388 case MH_DYLIB: in needsTLVPass() 592 if (_currentVersion && _outputMachOType != MH_DYLIB) { in validateImpl() 597 if (_compatibilityVersion && _outputMachOType != MH_DYLIB) { in validateImpl() 602 if (_deadStrippableDylib && _outputMachOType != MH_DYLIB) { in validateImpl()
|
D | ExecutableAtoms.h | 89 case llvm::MachO::MH_DYLIB: in MachHeaderAliasFile()
|
D | MachONormalizedFileBinaryWriter.cpp | 397 if (_file.fileType == llvm::MachO::MH_DYLIB) { in loadCommandsSize() 833 if (_file.fileType == llvm::MachO::MH_DYLIB) { in writeLoadCommands()
|
D | MachONormalizedFileYAML.cpp | 153 io.enumCase(value, "MH_DYLIB", llvm::MachO::MH_DYLIB); in enumeration()
|
D | MachONormalizedFileToAtoms.cpp | 1624 case MH_DYLIB: in normalizedToAtoms()
|
D | MachONormalizedFileFromAtoms.cpp | 520 case llvm::MachO::MH_DYLIB: in organizeSections()
|
/external/llvm-project/lld/unittests/DriverTests/ |
D | DarwinLdDriverTest.cpp | 66 EXPECT_EQ(llvm::MachO::MH_DYLIB, _ctx.outputMachOType()); in TEST_F()
|
/external/llvm-project/lld/MachO/ |
D | Driver.cpp | 66 return MH_DYLIB; in getOutputType() 778 config->isPic = config->outputType == MH_DYLIB || in link()
|
D | Writer.cpp | 418 case MH_DYLIB: in createLoadCommands() 580 case MH_DYLIB: in createOutputSections()
|
D | SyntheticSections.cpp | 66 if (config->outputType == MachO::MH_DYLIB && !config->hasReexports) in writeTo()
|
/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
D | loader.h | 115 #define MH_DYLIB 0x6 /* dynamically bound shared library */ macro
|
/external/llvm-project/lldb/examples/python/ |
D | mach_o.py | 29 MH_DYLIB = 0x00000006 variable 799 'MH_DYLIB': MH_DYLIB,
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 98 { "DynamicLibrary", MachO::MH_DYLIB },
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 92 { "DynamicLibrary", MachO::MH_DYLIB },
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 45 MH_DYLIB = 0x6u, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 45 MH_DYLIB = 0x6u, enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 48 MH_DYLIB = 0x6u, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 44 MH_DYLIB = 0x6u, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 770 if (Obj.getHeader().filetype != MachO::MH_DYLIB && in checkDylibIdCommand() 1666 if ((getHeader().filetype == MachO::MH_DYLIB || in MachOObjectFile()
|
/external/llvm-project/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 770 if (Obj.getHeader().filetype != MachO::MH_DYLIB && in checkDylibIdCommand() 1669 if ((getHeader().filetype == MachO::MH_DYLIB || in MachOObjectFile()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 5656 case MH_DYLIB: in CalculateType() 5712 case MH_DYLIB: in CalculateStrata()
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | libtool.m4 | 4028 # Common symbols not allowed in MH_DYLIB files 4348 # Common symbols not allowed in MH_DYLIB files 4424 # Common symbols not allowed in MH_DYLIB files
|