Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMagic.h28 elf_executable, ///< ELF Executable image enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DSymbolicFile.cpp58 case file_magic::elf_executable: in createSymbolicFile()
DBinary.cpp54 case file_magic::elf_executable: in createBinary()
DObjectFile.cpp126 case file_magic::elf_executable: in createObjectFile()
/external/llvm/lib/Object/
DSymbolicFile.cpp46 case sys::fs::file_magic::elf_executable: in createSymbolicFile()
DBinary.cpp48 case sys::fs::file_magic::elf_executable: in createBinary()
DObjectFile.cpp87 case sys::fs::file_magic::elf_executable: in createObjectFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
DMagic.cpp90 return file_magic::elf_executable; in identify_magic()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h247 elf_executable, ///< ELF Executable image enumerator
/external/llvm/include/llvm/Support/
DFileSystem.h246 elf_executable, ///< ELF Executable image enumerator
/external/llvm/lib/Support/
DPath.cpp1040 case 2: return file_magic::elf_executable; in identify_magic()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp1039 case 2: return file_magic::elf_executable; in identify_magic()