Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp116 .Case("crx", EM_CRX) in convertArchNameToEMachine()
400 case EM_CRX: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h233 EM_CRX = 114, // National Semiconductor CompactRISC CRX enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h755 _ELF_DEFINE_EM(EM_CRX, 114, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp293 ECase(EM_CRX); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1220 ENUM_ENT(EM_CRX, "National Semiconductor CRX microprocessor"),