Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
DELF.cpp68 .Case("pdp10", EM_PDP10) in convertArchNameToEMachine()
301 case EM_PDP10: in convertEMachineToArchName()
/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h152 #define EM_PDP10 64 /* Digital Equipment Corp. PDP-10 */ macro
DChangeLog-9103418 (EM_PDP10, EM_PDP11): Define.
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h181 EM_PDP10 = 64, // Digital Equipment Corp. PDP-10 enumerator
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h672 _ELF_DEFINE_EM(EM_PDP10, 64, \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp221 ECase(EM_PDP10); in enumeration()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp1070 ENUM_ENT(EM_PDP10, "Digital Equipment Corp. PDP-10"),