Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Delf-em.h28 #define EM_SPARCV9 43 /* SPARC v9 64-bit */ macro
H A Daudit.h441 #define AUDIT_ARCH_SPARC64 (EM_SPARCV9|__AUDIT_ARCH_64BIT)
/linux-6.15/tools/perf/util/
H A Ddwarf-regs.c60 case EM_SPARCV9: in get_dwarf_regstr()
H A Dgenelf.h35 #define GEN_ELF_ARCH EM_SPARCV9
H A Dsyscalltbl.c26 if (e_machine == EM_SPARCV9) in find_table()
H A Dsymbol-elf.c457 case EM_SPARCV9: in get_plt_sizes()
/linux-6.15/arch/sparc/include/asm/
H A Delf_64.h106 #define ELF_ARCH EM_SPARCV9
/linux-6.15/scripts/
H A Drecordmcount.c599 case EM_SPARCV9: reltype = R_SPARC_64; break; in do_file()
/linux-6.15/arch/sparc/kernel/
H A Dptrace_64.c527 .name = "sparc64", .e_machine = EM_SPARCV9,
/linux-6.15/scripts/mod/
H A Dmodpost.c629 info->hdr->e_machine == EM_SPARCV9) { in handle_symbol()