Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp112 .Case("unicore", EM_UNICORE) in convertArchNameToEMachine()
392 case EM_UNICORE: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h305 #define EM_UNICORE 110 /* Microprocessor series from PKU-Unity Ltd. macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h228 EM_UNICORE = 110, // Microprocessor series from PKU-Unity Ltd. and MPRC enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h747 _ELF_DEFINE_EM(EM_UNICORE, 110, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp289 ECase(EM_UNICORE); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c593 case EM_UNICORE: return "Microprocessor series from PKU-Unity Ltd"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1216 ENUM_ENT(EM_UNICORE, "Unicore"),