Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Delf-em.h28 #define EM_SPARCV9 43 /* SPARC v9 64-bit */ macro
H A Daudit.h435 #define AUDIT_ARCH_SPARC64 (EM_SPARCV9|__AUDIT_ARCH_64BIT)
/openbmc/linux/tools/perf/util/
H A Ddwarf-regs.c58 case EM_SPARCV9: in get_dwarf_regstr()
H A Dgenelf.h35 #define GEN_ELF_ARCH EM_SPARCV9
H A Dsymbol-elf.c453 case EM_SPARCV9: in get_plt_sizes()
/openbmc/linux/arch/sparc/include/asm/
H A Delf_64.h106 #define ELF_ARCH EM_SPARCV9
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c178 kernel_addr, &kernel_top, NULL, 1, EM_SPARCV9, 0, in sun4u_load_kernel()
439 NULL, NULL, NULL, NULL, 1, EM_SPARCV9, 0, 0); in prom_init()
/openbmc/u-boot/include/
H A Delf.h174 #define EM_SPARCV9 43 /* SPARC Version 9 */ macro
/openbmc/linux/scripts/
H A Drecordmcount.c600 case EM_SPARCV9: reltype = R_SPARC_64; break; in do_file()
/openbmc/qemu/include/
H A Delf.h156 #define EM_SPARCV9 43 /* SPARC v9 64-bit */ macro
/openbmc/linux/arch/sparc/kernel/
H A Dptrace_64.c527 .name = "sparc64", .e_machine = EM_SPARCV9,
/openbmc/linux/scripts/mod/
H A Dmodpost.c642 info->hdr->e_machine == EM_SPARCV9) { in handle_symbol()
/openbmc/qemu/linux-user/
H A Delfload.c970 #define elf_check_arch(x) ( (x) == EM_SPARCV9 || (x) == EM_SPARC32PLUS )
976 #define ELF_ARCH EM_SPARCV9
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc1655 #define ELF_HOST_MACHINE EM_SPARCV9