Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/include/asm/
Delf.h151 #define ELF_ARCH EM_S390
179 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
182 (((x)->e_machine == EM_S390 || (x)->e_machine == EM_S390_OLD) \
/Linux-v6.6/include/uapi/linux/
Delf-em.h32 #define EM_S390 22 /* IBM S/390 */ macro
Daudit.h428 #define AUDIT_ARCH_S390 (EM_S390)
429 #define AUDIT_ARCH_S390X (EM_S390|__AUDIT_ARCH_64BIT)
/Linux-v6.6/tools/perf/util/
Ddwarf-regs.c52 case EM_S390: in get_dwarf_regstr()
Dgenelf.h41 #define GEN_ELF_ARCH EM_S390
/Linux-v6.6/scripts/
Drecordmcount.c598 case EM_S390: /* reltype: e_class */ break; in do_file()
642 if (w2(ghdr->e_machine) == EM_S390) { in do_file()
Dsorttable.c309 case EM_S390: in do_file()
/Linux-v6.6/arch/s390/kernel/
Dcrash_dump.c462 ehdr->e_machine = EM_S390; in ehdr_init()
Dptrace.c1325 .e_machine = EM_S390,
1537 .e_machine = EM_S390,
/Linux-v6.6/scripts/mod/
Dmodpost.c614 if (info->hdr->e_machine == EM_S390) in ignore_undef_symbol()