Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
DELF.cpp30 .Case("s370", EM_S370) in convertArchNameToEMachine()
225 case EM_S370: in convertEMachineToArchName()
/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h110 #define EM_S370 9 /* IBM System/370 */ macro
DChangeLog-91031033 * common.h (EM_S370): Change comment - this is now the IBM
1519 * common.h (EM_486, EM_S370): Add these constants.
/freebsd-12-stable/sys/sys/
Delf_common.h213 #define EM_S370 9 /* IBM System/370. */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h143 EM_S370 = 9, // IBM System/370 enumerator
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h626 _ELF_DEFINE_EM(EM_S370, 9, "IBM System/370 Processor") \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp183 ECase(EM_S370); in enumeration()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c1140 case EM_S370: in dump_relocations()
1697 case EM_S370: return "IBM System/370"; in get_machine_name()
DChangeLog-00012003 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
DChangeLog-02031351 (dump_relocations): Handle EM_S370.
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c502 case EM_S370: return "IBM System/370"; in elf_machine()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp1032 ENUM_ENT(EM_S370, "IBM System/370"),