Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
DELF.cpp114 .Case("unicore", EM_UNICORE) in convertArchNameToEMachine()
393 case EM_UNICORE: in convertEMachineToArchName()
/freebsd-12-stable/sys/sys/
Delf_common.h302 #define EM_UNICORE 110 /* Microprocessor series from PKU-Unity Ltd. macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h228 EM_UNICORE = 110, // Microprocessor series from PKU-Unity Ltd. and MPRC enumerator
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h747 _ELF_DEFINE_EM(EM_UNICORE, 110, \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp267 ECase(EM_UNICORE); in enumeration()
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c582 case EM_UNICORE: return "Microprocessor series from PKU-Unity Ltd"; in elf_machine()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp1116 ENUM_ENT(EM_UNICORE, "Unicore"),