Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
HDELF.cpp38 .Case("v800", EM_V800) in convertArchNameToEMachine()
244 case EM_V800: in convertEMachineToArchName()
/freebsd-13-stable/sys/sys/
HDelf_common.h225 #define EM_V800 36 /* NEC V800. */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h153 EM_V800 = 36, // NEC V800 enumerator
/freebsd-13-stable/contrib/elftoolchain/common/
HDelfdefinitions.h637 _ELF_DEFINE_EM(EM_V800, 36, "NEC V800") \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp215 ECase(EM_V800); in enumeration()
/freebsd-13-stable/contrib/elftoolchain/readelf/
HDreadelf.c522 case EM_V800: return "NEC V800"; in elf_machine()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1142 ENUM_ENT(EM_V800, "NEC V800 series"),