Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
HDELF.cpp77 .Case("vax", EM_VAX) in convertArchNameToEMachine()
322 case EM_VAX: in convertEMachineToArchName()
/freebsd-13-stable/sys/sys/
HDelf_common.h264 #define EM_VAX 75 /* Digital VAX. */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h192 EM_VAX = 75, // Digital VAX enumerator
/freebsd-13-stable/contrib/elftoolchain/common/
HDelfdefinitions.h692 _ELF_DEFINE_EM(EM_VAX, 75, "Digital VAX") \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp254 ECase(EM_VAX); in enumeration()
/freebsd-13-stable/contrib/elftoolchain/readelf/
HDreadelf.c558 case EM_VAX: return "Digital VAX"; in elf_machine()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1181 ENUM_ENT(EM_VAX, "Digital VAX"),