Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMagic.h32 macho_executable, ///< Mach-O Executable enumerator
/freebsd-12.1/contrib/llvm/lib/Object/
H A DSymbolicFile.cpp61 case file_magic::macho_executable: in createSymbolicFile()
H A DBinary.cpp58 case file_magic::macho_executable: in createBinary()
H A DObjectFile.cpp139 case file_magic::macho_executable: in createObjectFile()
/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DMagic.cpp146 return file_magic::macho_executable; in identify_magic()