Home
last modified time | relevance | path

Searched refs:EM_DXP (Results 1 – 13 of 13) sorted by relevance

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c231 case EM_DXP: in dwelf_elf_e_machine_string()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp198 #define EM_DXP 112 // Icera Semiconductor Inc. Deep Execution Processor macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h224 EM_DXP = 112, // Icera Semiconductor Inc. Deep Execution Processor enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h225 EM_DXP = 112, // Icera Semiconductor Inc. Deep Execution Processor enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp220 { EM_DXP, "Icera Semiconductor Inc. Deep Execution Processor" },
Delf_types.hpp177 constexpr Elf_Half EM_DXP = 112; // Icera Semiconductor Inc. Deep Execution Processor variable
/third_party/musl/porting/linux/user/include/
Delf.h234 #define EM_DXP 112 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h234 #define EM_DXP 112 macro
/third_party/musl/include/
Delf.h234 #define EM_DXP 112 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h234 #define EM_DXP 112 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h234 #define EM_DXP 112 macro
/third_party/elfutils/libelf/
Delf.h269 #define EM_DXP 112 /* Icera Semi. Deep Execution Processor */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp160 ECase(EM_DXP); in enumeration()