Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Daudit.h436 #define AUDIT_ARCH_SH (EM_SH)
437 #define AUDIT_ARCH_SHEL (EM_SH|__AUDIT_ARCH_LE)
438 #define AUDIT_ARCH_SH64 (EM_SH|__AUDIT_ARCH_64BIT)
439 #define AUDIT_ARCH_SHEL64 (EM_SH|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
H A Delf-em.h27 #define EM_SH 42 /* SuperH */ macro
/linux-6.15/arch/sh/include/asm/
H A Delf.h91 #define ELF_ARCH EM_SH
96 #define elf_check_arch(x) ((x)->e_machine == EM_SH)
/linux-6.15/tools/perf/trace/beauty/
H A Dsyscalltbl.sh146 build_tables "$tools_dir/perf/arch/sh/entry/syscalls/syscall.tbl" "$outfile" common,32 EM_SH
248 build_outer_table EM_SH "$outfile"
/linux-6.15/tools/perf/util/
H A Ddwarf-regs.c50 case EM_SH: in get_dwarf_regstr()
/linux-6.15/tools/perf/util/include/
H A Ddwarf-regs.h74 #define EM_HOST EM_SH
/linux-6.15/arch/sh/kernel/
H A Dptrace_32.c328 .e_machine = EM_SH,
/linux-6.15/scripts/
H A Drecordmcount.c598 case EM_SH: reltype = R_SH_DIR32; gpfx = 0; break; in do_file()