Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Daudit.h438 #define AUDIT_ARCH_SH (EM_SH)
439 #define AUDIT_ARCH_SHEL (EM_SH|__AUDIT_ARCH_LE)
440 #define AUDIT_ARCH_SH64 (EM_SH|__AUDIT_ARCH_64BIT)
441 #define AUDIT_ARCH_SHEL64 (EM_SH|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
H A Delf-em.h27 #define EM_SH 42 /* SuperH */ macro
/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)
/linux/tools/perf/util/
H A Ddwarf-regs.c50 case EM_SH: in get_dwarf_regstr()
122 case EM_SH: in get_dwarf_regnum()
H A Dsample.c67 case EM_SH: in elf_machine_max_instruction_length()
/linux/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/tools/perf/util/include/
H A Ddwarf-regs.h74 #define EM_HOST EM_SH
/linux/arch/sh/kernel/
H A Dptrace_32.c328 .e_machine = EM_SH,
/linux/scripts/
H A Drecordmcount.c598 case EM_SH: reltype = R_SH_DIR32; gpfx = 0; break; in do_file()