HomeSort by relevance Sort by last modified time
    Searched refs:elf_executable (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
Magic.h 28 elf_executable, ///< ELF Executable image enumerator in enum:llvm::file_magic::Impl
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
SymbolicFile.cpp 58 case file_magic::elf_executable:
Binary.cpp 54 case file_magic::elf_executable:
ObjectFile.cpp 126 case file_magic::elf_executable:
  /external/llvm/lib/Object/
Binary.cpp 48 case sys::fs::file_magic::elf_executable:
SymbolicFile.cpp 46 case sys::fs::file_magic::elf_executable:
ObjectFile.cpp 87 case sys::fs::file_magic::elf_executable:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
Magic.cpp 90 return file_magic::elf_executable;
  /external/llvm/include/llvm/Support/
FileSystem.h 246 elf_executable, ///< ELF Executable image enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 247 elf_executable, ///< ELF Executable image enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/llvm/lib/Support/
Path.cpp 1040 case 2: return file_magic::elf_executable;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 1039 case 2: return file_magic::elf_executable;
    [all...]

Completed in 470 milliseconds