Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DSymbolicFile.cpp53 case file_magic::elf_executable: in createSymbolicFile()
102 case file_magic::elf_executable: in isSymbolicFile()
H A DBinary.cpp56 case file_magic::elf_executable: in createBinary()
H A DObjectFile.cpp155 case file_magic::elf_executable: in createObjectFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMagic.h27 elf_executable, ///< ELF Executable image enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMagic.cpp99 return file_magic::elf_executable; in identify_magic()