Home
last modified time | relevance | path

Searched refs:EM_COREA_1ST (Results 1 – 14 of 14) sorted by relevance

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c339 case EM_COREA_1ST: in dwelf_elf_e_machine_string()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp281 #define EM_COREA_1ST 193 // KIPO-KAIST Core-A 1st generation processor family macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h282 EM_COREA_1ST = 193, // KIPO-KAIST Core-A 1st generation processor family enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h283 EM_COREA_1ST = 193, // KIPO-KAIST Core-A 1st generation processor family enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp304 { EM_COREA_1ST, "KIPO-KAIST Core-A 1st generation processor family" },
Delf_types.hpp260 constexpr Elf_Half EM_COREA_1ST = 193; // KIPO-KAIST Core-A 1st generation processor family variable
/third_party/musl/porting/linux/user/include/
Delf.h288 #define EM_COREA_1ST 193 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h288 #define EM_COREA_1ST 193 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h288 #define EM_COREA_1ST 193 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h288 #define EM_COREA_1ST 193 macro
/third_party/musl/include/
Delf.h288 #define EM_COREA_1ST 193 macro
/third_party/musl/ndk_musl_include/
Delf.h288 #define EM_COREA_1ST 193 macro
/third_party/elfutils/libelf/
Delf.h327 #define EM_COREA_1ST 193 /* KIPO-KAIST Core-A 1st gen. */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp212 ECase(EM_COREA_1ST); in enumeration()