Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Object/
DSymbolicFile.cpp59 case file_magic::macho_preload_executable: in createSymbolicFile()
110 case file_magic::macho_preload_executable: in isSymbolicFile()
DBinary.cpp63 case file_magic::macho_preload_executable: in createBinary()
DObjectFile.cpp170 case file_magic::macho_preload_executable: in createObjectFile()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMagic.h35 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator
/openbsd/src/gnu/llvm/llvm/lib/BinaryFormat/
DMagic.cpp172 return file_magic::macho_preload_executable; in identify_magic()