OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elf_executable
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Object/
ObjectFile.cpp
55
case sys::fs::file_magic::
elf_executable
:
Binary.cpp
60
case sys::fs::file_magic::
elf_executable
:
/external/llvm/include/llvm/Support/
FileSystem.h
226
elf_executable
, ///< ELF Executable image
enumerator in enum:llvm::sys::fs::file_magic::Impl
[
all
...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
508
case sys::fs::file_magic::
elf_executable
:
/external/llvm/lib/Support/
Path.cpp
880
case 2: return file_magic::
elf_executable
;
Completed in 156 milliseconds