Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DSymbolicFile.cpp44 case sys::fs::file_magic::elf_executable: in createSymbolicFile()
H A DBinary.cpp48 case sys::fs::file_magic::elf_executable: in createBinary()
H A DObjectFile.cpp65 case sys::fs::file_magic::elf_executable: in createObjectFile()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h231 elf_executable, ///< ELF Executable image enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DPath.cpp965 case 2: return file_magic::elf_executable; in identify_magic()