Home
last modified time | relevance | path

Searched refs:EM_S390 (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/
H A Delf-em.h32 #define EM_S390 22 /* IBM S/390 */ macro
H A Daudit.h436 #define AUDIT_ARCH_S390 (EM_S390)
437 #define AUDIT_ARCH_S390X (EM_S390|__AUDIT_ARCH_64BIT)
/linux/scripts/
H A Drecordmcount.c597 case EM_S390: /* reltype: e_class */ break; in do_file()
641 if (w2(ghdr->e_machine) == EM_S390) { in do_file()
H A Dsorttable.c905 case EM_S390: in do_file()
/linux/arch/s390/tools/
H A Drelocs.c18 #define ELF_MACHINE EM_S390
/linux/arch/s390/kernel/
H A Dcrash_dump.c457 ehdr->e_machine = EM_S390; in ehdr_init()