Home
last modified time | relevance | path

Searched refs:macho_preload_executable (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DSymbolicFile.cpp50 case sys::fs::file_magic::macho_preload_executable: in createSymbolicFile()
H A DBinary.cpp55 case sys::fs::file_magic::macho_preload_executable: in createBinary()
H A DObjectFile.cpp73 case sys::fs::file_magic::macho_preload_executable: in createObjectFile()
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DPath.cpp554 const char macho_preload_executable[] = "\xfe\xed\xfa\xce..........\x00\x05"; variable
584 DEFINE(macho_preload_executable), in TEST_F()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h238 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DPath.cpp1009 case 5: return file_magic::macho_preload_executable; in identify_magic()