Home
last modified time | relevance | path

Searched refs:MH_PRELOAD (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DExecutableAtoms.h87 case llvm::MachO::MH_PRELOAD: in MachHeaderAliasFile()
DMachOLinkingContext.cpp196 _outputMachOType != llvm::MachO::MH_PRELOAD) { in configure()
320 case MH_PRELOAD: in outputTypeHasEntry()
435 case MH_PRELOAD: in addUnixThreadLoadCommand()
DMachONormalizedFileBinaryWriter.cpp411 if (_file.fileType != llvm::MachO::MH_PRELOAD) { in loadCommandsSize()
883 if (_file.fileType != llvm::MachO::MH_PRELOAD) { in writeLoadCommands()
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp360 fileType = llvm::MachO::MH_PRELOAD; in parse()
760 case llvm::MachO::MH_PRELOAD: in parse()
801 case llvm::MachO::MH_PRELOAD: in parse()
849 case llvm::MachO::MH_PRELOAD: in parse()
898 case llvm::MachO::MH_PRELOAD: in parse()
/external/llvm-project/lld/unittests/DriverTests/
DDarwinLdDriverTest.cpp81 EXPECT_EQ(llvm::MachO::MH_PRELOAD, _ctx.outputMachOType()); in TEST_F()
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h114 #define MH_PRELOAD 0x5 /* preloaded executable file */ macro
/external/llvm-project/lldb/examples/python/
Dmach_o.py28 MH_PRELOAD = 0x00000005 variable
798 'MH_PRELOAD': MH_PRELOAD,
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp97 { "PreloadedExecutable", MachO::MH_PRELOAD },
/external/llvm-project/llvm/tools/llvm-readobj/
DMachODumper.cpp91 { "PreloadedExecutable", MachO::MH_PRELOAD },
/external/llvm/include/llvm/Support/
DMachO.h44 MH_PRELOAD = 0x5u, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h44 MH_PRELOAD = 0x5u, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h47 MH_PRELOAD = 0x5u, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h43 MH_PRELOAD = 0x5u, enumerator
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp4972 if (header.filetype == MH_PRELOAD) { in GetAllArchSpecs()
5654 case MH_PRELOAD: in CalculateType()
5710 case MH_PRELOAD: in CalculateStrata()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7530 case MachO::MH_PRELOAD: in PrintMachHeader()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp8413 case MachO::MH_PRELOAD: in PrintMachHeader()