Home
last modified time | relevance | path

Searched refs:EM_CRIS (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp78 .Case("cris", EM_CRIS) in convertArchNameToEMachine()
324 case EM_CRIS: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h265 #define EM_CRIS 76 /* Axis Communications 32-bit embedded macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h193 EM_CRIS = 76, // Axis Communications 32-bit embedded processor enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h693 _ELF_DEFINE_EM(EM_CRIS, 76, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp255 ECase(EM_CRIS); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c559 case EM_CRIS: return "Axis Communications 32-bit embedded processor"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1182 ENUM_ENT(EM_CRIS, "Axis Communications 32-bit embedded processor"),