Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h111 #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.
/toolchain/binutils/binutils-2.25/bfd/
Delf32-i370.c1368 #define ELF_MACHINE_CODE EM_S370
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h179 EM_S370 = 9,
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c1303 case EM_S370: in dump_relocations()
2022 case EM_S370: return "IBM System/370"; in get_machine_name()
10798 case EM_S370: in is_32bit_abs_reloc()
DChangeLog-00012003 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
DChangeLog-02031351 (dump_relocations): Handle EM_S370.