Home
last modified time | relevance | path

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

/third_party/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c235 case EM_CRX: in dwelf_elf_e_machine_string()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp200 #define EM_CRX 114 // National Semiconductor CRX macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h226 EM_CRX = 114, // National Semiconductor CompactRISC CRX enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h227 EM_CRX = 114, // National Semiconductor CompactRISC CRX enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp222 { EM_CRX, "National Semiconductor CRX" },
Delf_types.hpp179 constexpr Elf_Half EM_CRX = 114; // National Semiconductor CRX variable
/third_party/musl/porting/linux/user/include/
Delf.h236 #define EM_CRX 114 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h236 #define EM_CRX 114 macro
/third_party/musl/include/
Delf.h236 #define EM_CRX 114 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h236 #define EM_CRX 114 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h236 #define EM_CRX 114 macro
/third_party/elfutils/libelf/
Delf.h271 #define EM_CRX 114 /* National Semi. CompactRISC CRX */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp162 ECase(EM_CRX); in enumeration()