Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp77 .Case("vax", EM_VAX) in convertArchNameToEMachine()
322 case EM_VAX: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h264 #define EM_VAX 75 /* Digital VAX. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h192 EM_VAX = 75, // Digital VAX enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h692 _ELF_DEFINE_EM(EM_VAX, 75, "Digital VAX") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp254 ECase(EM_VAX); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c558 case EM_VAX: return "Digital VAX"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1181 ENUM_ENT(EM_VAX, "Digital VAX"),