Home
last modified time | relevance | path

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

/openbmc/linux/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 || \
/openbmc/linux/include/uapi/linux/
H A Delf-em.h8 #define EM_SPARC 2 macro
H A Daudit.h434 #define AUDIT_ARCH_SPARC (EM_SPARC)
/openbmc/linux/tools/perf/util/
H A Ddwarf-regs.c57 case EM_SPARC: in get_dwarf_regstr()
H A Dgenelf.h38 #define GEN_ELF_ARCH EM_SPARC
H A Dsymbol-elf.c449 case EM_SPARC: in get_plt_sizes()
/openbmc/qemu/hw/sparc/
H A Dleon3.c327 1 /* big endian */, EM_SPARC, 0, 0); in leon3_generic_hw_init()
H A Dsun4m.c245 NULL, NULL, NULL, NULL, 1, EM_SPARC, 0, 0); in sun4m_load_kernel()
700 NULL, NULL, NULL, 1, EM_SPARC, 0, 0); in prom_init()
/openbmc/u-boot/include/
H A Delf.h142 #define EM_SPARC 2 /* SPARC */ macro
/openbmc/linux/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,
/openbmc/qemu/include/
H A Delf.h134 #define EM_SPARC 2 macro
/openbmc/linux/scripts/mod/
H A Dmodpost.c641 if (info->hdr->e_machine == EM_SPARC || in handle_symbol()
/openbmc/qemu/linux-user/
H A Delfload.c972 #define elf_check_arch(x) ( (x) == EM_SPARC32PLUS || (x) == EM_SPARC )
981 #define ELF_ARCH EM_SPARC