Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp38 .Case("v800", EM_V800) in convertArchNameToEMachine()
244 case EM_V800: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h225 #define EM_V800 36 /* NEC V800. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h153 EM_V800 = 36, // NEC V800 enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h637 _ELF_DEFINE_EM(EM_V800, 36, "NEC V800") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp215 ECase(EM_V800); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c522 case EM_V800: return "NEC V800"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1142 ENUM_ENT(EM_V800, "NEC V800 series"),