Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DSymbolicFile.cpp55 case file_magic::elf_core: in createSymbolicFile()
104 case file_magic::elf_core: in isSymbolicFile()
H A DBinary.cpp58 case file_magic::elf_core: in createBinary()
H A DObjectFile.cpp157 case file_magic::elf_core: in createObjectFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMagic.h29 elf_core, ///< ELF core image enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMagic.cpp103 return file_magic::elf_core; in identify_magic()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-kvx.c1414 env.params.core = kvx_core_info->elf_core; in kvx_set_cpu()
1419 switch (kvx_core_info->elf_core) in kvx_set_cpu()
1434 as_fatal ("Unknown elf core: 0x%x", kvx_core_info->elf_core); in kvx_set_cpu()
2210 env.params.core = kvx_core_info->elf_core; in kvx_end()
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dkvx.h211 int elf_core; member