Home
last modified time | relevance | path

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

12

/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp347 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/
Dnative-and-mach-o2.objtxt3 file-type: MH_DYLIB
/external/google-breakpad/src/tools/mac/upload_system_symbols/
Darch_constants.h64 const uint32_t kMachHeaderFtypeDylib = MH_DYLIB;
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp256 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()
DExecutableAtoms.h89 case llvm::MachO::MH_DYLIB: in MachHeaderAliasFile()
DMachONormalizedFileBinaryWriter.cpp397 if (_file.fileType == llvm::MachO::MH_DYLIB) { in loadCommandsSize()
833 if (_file.fileType == llvm::MachO::MH_DYLIB) { in writeLoadCommands()
DMachONormalizedFileYAML.cpp153 io.enumCase(value, "MH_DYLIB", llvm::MachO::MH_DYLIB); in enumeration()
DMachONormalizedFileToAtoms.cpp1624 case MH_DYLIB: in normalizedToAtoms()
DMachONormalizedFileFromAtoms.cpp520 case llvm::MachO::MH_DYLIB: in organizeSections()
/external/llvm-project/lld/unittests/DriverTests/
DDarwinLdDriverTest.cpp66 EXPECT_EQ(llvm::MachO::MH_DYLIB, _ctx.outputMachOType()); in TEST_F()
/external/llvm-project/lld/MachO/
DDriver.cpp66 return MH_DYLIB; in getOutputType()
778 config->isPic = config->outputType == MH_DYLIB || in link()
DWriter.cpp418 case MH_DYLIB: in createLoadCommands()
580 case MH_DYLIB: in createOutputSections()
DSyntheticSections.cpp66 if (config->outputType == MachO::MH_DYLIB && !config->hasReexports) in writeTo()
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h115 #define MH_DYLIB 0x6 /* dynamically bound shared library */ macro
/external/llvm-project/lldb/examples/python/
Dmach_o.py29 MH_DYLIB = 0x00000006 variable
799 'MH_DYLIB': MH_DYLIB,
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp98 { "DynamicLibrary", MachO::MH_DYLIB },
/external/llvm-project/llvm/tools/llvm-readobj/
DMachODumper.cpp92 { "DynamicLibrary", MachO::MH_DYLIB },
/external/llvm/include/llvm/Support/
DMachO.h45 MH_DYLIB = 0x6u, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h45 MH_DYLIB = 0x6u, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h48 MH_DYLIB = 0x6u, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h44 MH_DYLIB = 0x6u, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp770 if (Obj.getHeader().filetype != MachO::MH_DYLIB && in checkDylibIdCommand()
1666 if ((getHeader().filetype == MachO::MH_DYLIB || in MachOObjectFile()
/external/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp770 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/
DObjectFileMachO.cpp5656 case MH_DYLIB: in CalculateType()
5712 case MH_DYLIB: in CalculateStrata()
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dlibtool.m44028 # 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

12