Home
last modified time | relevance | path

Searched refs:EM_SH (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Daudit.h430 #define AUDIT_ARCH_SH (EM_SH)
431 #define AUDIT_ARCH_SHEL (EM_SH|__AUDIT_ARCH_LE)
432 #define AUDIT_ARCH_SH64 (EM_SH|__AUDIT_ARCH_64BIT)
433 #define AUDIT_ARCH_SHEL64 (EM_SH|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
H A Delf-em.h27 #define EM_SH 42 /* SuperH */ macro
/openbmc/linux/arch/sh/include/asm/
H A Delf.h91 #define ELF_ARCH EM_SH
96 #define elf_check_arch(x) ((x)->e_machine == EM_SH)
/openbmc/linux/tools/perf/util/
H A Ddwarf-regs.c50 case EM_SH: in get_dwarf_regstr()
/openbmc/linux/arch/sh/kernel/
H A Dptrace_32.c328 .e_machine = EM_SH,
/openbmc/u-boot/include/
H A Delf.h173 #define EM_SH 42 /* Hitachi SH */ macro
/openbmc/linux/scripts/
H A Drecordmcount.c599 case EM_SH: reltype = R_SH_DIR32; gpfx = 0; break; in do_file()
/openbmc/qemu/include/
H A Delf.h154 #define EM_SH 42 /* SuperH */ macro
/openbmc/qemu/linux-user/
H A Delfload.c1638 #define ELF_ARCH EM_SH