Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
HDELF.cpp87 .Case("d10v", EM_D10V) in convertArchNameToEMachine()
342 case EM_D10V: in convertEMachineToArchName()
/freebsd-14-stable/sys/sys/
HDelf_common.h277 #define EM_D10V 85 /* Mitsubishi D10V. */ macro
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h202 EM_D10V = 85, // Mitsubishi D10V enumerator
/freebsd-14-stable/contrib/elftoolchain/common/
HDelfdefinitions.h709 _ELF_DEFINE_EM(EM_D10V, 85, "Mitsubishi D10V") \
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp264 ECase(EM_D10V); in enumeration()
/freebsd-14-stable/contrib/elftoolchain/readelf/
HDreadelf.c568 case EM_D10V: return "Mitsubishi D10V"; in elf_machine()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1191 ENUM_ENT(EM_D10V, "Mitsubishi D10V"),