Home
last modified time | relevance | path

Searched refs:elf_core (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Object/
DSymbolicFile.cpp48 case sys::fs::file_magic::elf_core: in createSymbolicFile()
DBinary.cpp51 case sys::fs::file_magic::elf_core: in createBinary()
DObjectFile.cpp64 case sys::fs::file_magic::elf_core: in createObjectFile()
/external/llvm/include/llvm/Support/
DFileSystem.h232 elf_core, ///< ELF core image enumerator
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp737 case sys::fs::file_magic::elf_core: in loadObject()
/external/llvm/lib/Support/
DPath.cpp976 case 4: return file_magic::elf_core; in identify_magic()