Home
last modified time | relevance | path

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

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c247 case EM_M32C: in dwelf_elf_e_machine_string()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp206 #define EM_M32C 120 // Renesas M32C series microprocessors macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h233 EM_M32C = 120, // Renesas M32C series microprocessors enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h234 EM_M32C = 120, // Renesas M32C series microprocessors enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp228 { EM_M32C, "Renesas M32C series microprocessors" },
Delf_types.hpp185 constexpr Elf_Half EM_M32C = 120; // Renesas M32C series microprocessors variable
/third_party/musl/ndk_musl_include/
Delf.h242 #define EM_M32C 120 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h242 #define EM_M32C 120 macro
/third_party/musl/include/
Delf.h242 #define EM_M32C 120 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h242 #define EM_M32C 120 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h242 #define EM_M32C 120 macro
/third_party/musl/porting/linux/user/include/
Delf.h242 #define EM_M32C 120 macro
/third_party/elfutils/libelf/
Delf.h277 #define EM_M32C 120 /* Renesas M32C */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp168 ECase(EM_M32C); in enumeration()