Searched refs:elf_executable (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Object/
H A DSymbolicFile.cpp46 case sys::fs::file_magic::elf_executable:
H A DBinary.cpp49 case sys::fs::file_magic::elf_executable:
H A DObjectFile.cpp62 case sys::fs::file_magic::elf_executable:
/external/llvm/include/llvm/Support/
H A DFileSystem.h230 elf_executable, ///< ELF Executable image enumerator in enum:llvm::sys::fs::file_magic::Impl
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp735 case sys::fs::file_magic::elf_executable:
/external/llvm/lib/Support/
H A DPath.cpp974 case 2: return file_magic::elf_executable;

Completed in 105 milliseconds