Home
last modified time | relevance | path

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

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c281 case EM_R32C: in dwelf_elf_e_machine_string()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp249 #define EM_R32C 162 // Renesas R32C series microprocessors macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h249 EM_R32C = 162, // Renesas R32C series microprocessors enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h250 EM_R32C = 162, // Renesas R32C series microprocessors enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp271 { EM_R32C, "Renesas R32C series microprocessors" },
Delf_types.hpp228 constexpr Elf_Half EM_R32C = 162; // Renesas R32C series microprocessors variable
/third_party/musl/porting/linux/user/include/
Delf.h259 #define EM_R32C 162 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h259 #define EM_R32C 162 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h259 #define EM_R32C 162 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h259 #define EM_R32C 162 macro
/third_party/musl/include/
Delf.h259 #define EM_R32C 162 macro
/third_party/musl/ndk_musl_include/
Delf.h259 #define EM_R32C 162 macro
/third_party/elfutils/libelf/
Delf.h296 #define EM_R32C 162 /* Renesas R32C */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp183 ECase(EM_R32C); in enumeration()