Home
last modified time | relevance | path

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

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c255 case EM_ECOG2: in dwelf_elf_e_machine_string()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp220 #define EM_ECOG2 134 // Cyan Technology eCOG2 microprocessor macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h238 EM_ECOG2 = 134, // Cyan Technology eCOG2 microprocessor enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h239 EM_ECOG2 = 134, // Cyan Technology eCOG2 microprocessor enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp242 { EM_ECOG2, "Cyan Technology eCOG2 microprocessor" },
Delf_types.hpp199 constexpr Elf_Half EM_ECOG2 = 134; // Cyan Technology eCOG2 microprocessor variable
/third_party/musl/ndk_musl_include/
Delf.h246 #define EM_ECOG2 134 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h246 #define EM_ECOG2 134 macro
/third_party/musl/include/
Delf.h246 #define EM_ECOG2 134 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h246 #define EM_ECOG2 134 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h246 #define EM_ECOG2 134 macro
/third_party/musl/porting/linux/user/include/
Delf.h246 #define EM_ECOG2 134 macro
/third_party/elfutils/libelf/
Delf.h282 #define EM_ECOG2 134 /* Cyan Technology eCOG2 */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp172 ECase(EM_ECOG2); in enumeration()