Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp60 case file_magic::macho_preload_executable: in createSymbolicFile()
110 case file_magic::macho_preload_executable: in isSymbolicFile()
H A DBinary.cpp64 case file_magic::macho_preload_executable: in createBinary()
H A DObjectFile.cpp162 case file_magic::macho_preload_executable: in createObjectFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h35 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp166 return file_magic::macho_preload_executable; in identify_magic()