Home
last modified time | relevance | path

Searched refs:EM_PDP10 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp66 .Case("pdp10", EM_PDP10) in convertArchNameToEMachine()
300 case EM_PDP10: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h180 EM_PDP10 = 64, // Digital Equipment Corp. PDP-10 enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h672 _ELF_DEFINE_EM(EM_PDP10, 64, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp243 ECase(EM_PDP10); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1154 ENUM_ENT(EM_PDP10, "Digital Equipment Corp. PDP-10"),