Home
last modified time | relevance | path

Searched refs:EM_SPARC (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/arch/sparc/include/asm/
H A Delf_32.h99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC)
104 #define ELF_ARCH EM_SPARC
H A Delf_64.h180 #define compat_elf_check_arch(x) ((x)->e_machine == EM_SPARC || \
/linux-6.15/tools/perf/trace/beauty/
H A Dsyscalltbl.sh153 build_tables "$tools_dir/perf/arch/sparc/entry/syscalls/syscall.tbl" "$outfile" common,32 EM_SPARC
155 build_tables "$tools_dir/perf/arch/sparc/entry/syscalls/syscall.tbl" "$outfile" common,64 EM_SPARC
254 build_outer_table EM_SPARC "$outfile"
/linux-6.15/include/uapi/linux/
H A Delf-em.h8 #define EM_SPARC 2 macro
H A Daudit.h440 #define AUDIT_ARCH_SPARC (EM_SPARC)
/linux-6.15/tools/perf/util/
H A Ddwarf-regs.c59 case EM_SPARC: in get_dwarf_regstr()
H A Dgenelf.h38 #define GEN_ELF_ARCH EM_SPARC
H A Dsyscalltbl.c27 e_machine = EM_SPARC; in find_table()
H A Dsymbol-elf.c453 case EM_SPARC: in get_plt_sizes()
/linux-6.15/tools/perf/util/include/
H A Ddwarf-regs.h76 #define EM_HOST EM_SPARC
/linux-6.15/tools/perf/arch/sparc/annotate/
H A Dinstructions.c166 arch->e_machine = EM_SPARC; in sparc__annotate_init()
/linux-6.15/arch/sparc/kernel/
H A Dptrace_32.c339 .name = "sparc", .e_machine = EM_SPARC,
H A Dptrace_64.c900 .name = "sparc", .e_machine = EM_SPARC,
/linux-6.15/scripts/mod/
H A Dmodpost.c628 if (info->hdr->e_machine == EM_SPARC || in handle_symbol()