Home
last modified time | relevance | path

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

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c239 case EM_C166: in dwelf_elf_e_machine_string()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp202 #define EM_C166 116 // Infineon C16x/XC16x processor macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h228 EM_C166 = 116, // Infineon C16x/XC16x processor enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h229 EM_C166 = 116, // Infineon C16x/XC16x processor enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp224 { EM_C166, "Infineon C16x/XC16x processor" },
Delf_types.hpp181 constexpr Elf_Half EM_C166 = 116; // Infineon C16x/XC16x processor variable
/third_party/musl/ndk_musl_include/
Delf.h238 #define EM_C166 116 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h238 #define EM_C166 116 macro
/third_party/musl/include/
Delf.h238 #define EM_C166 116 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h238 #define EM_C166 116 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h238 #define EM_C166 116 macro
/third_party/musl/porting/linux/user/include/
Delf.h238 #define EM_C166 116 macro
/third_party/elfutils/libelf/
Delf.h273 #define EM_C166 116 /* Infineon C16x/XC16x */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp164 ECase(EM_C166); in enumeration()