Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp28 .Case("s370", EM_S370) in convertArchNameToEMachine()
224 case EM_S370: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h216 #define EM_S370 9 /* IBM System/370. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h143 EM_S370 = 9, // IBM System/370 enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h626 _ELF_DEFINE_EM(EM_S370, 9, "IBM System/370 Processor") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp205 ECase(EM_S370); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c513 case EM_S370: return "IBM System/370"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1132 ENUM_ENT(EM_S370, "IBM System/370"),