Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp53 case file_magic::elf_executable: in createSymbolicFile()
103 case file_magic::elf_executable: in isSymbolicFile()
H A DBinary.cpp56 case file_magic::elf_executable: in createBinary()
H A DObjectFile.cpp154 case file_magic::elf_executable: in createObjectFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h27 elf_executable, ///< ELF Executable image enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp104 return file_magic::elf_executable; in identify_magic()