Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp89 .Case("v850", EM_V850) in convertArchNameToEMachine()
346 case EM_V850: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h279 #define EM_V850 87 /* NEC v850. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h204 EM_V850 = 87, // NEC v850 enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h711 _ELF_DEFINE_EM(EM_V850, 87, "NEC v850") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp266 ECase(EM_V850); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c570 case EM_V850: return "NEC v850"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1193 ENUM_ENT(EM_V850, "NEC v850"),