Searched refs:EM_SPARC (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/arch/sparc/include/asm/ |
H A D | elf_32.h | 99 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) 104 #define ELF_ARCH EM_SPARC
|
H A D | elf_64.h | 180 #define compat_elf_check_arch(x) ((x)->e_machine == EM_SPARC || \
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf-em.h | 8 #define EM_SPARC 2 macro
|
H A D | audit.h | 434 #define AUDIT_ARCH_SPARC (EM_SPARC)
|
/openbmc/linux/tools/perf/util/ |
H A D | dwarf-regs.c | 57 case EM_SPARC: in get_dwarf_regstr()
|
H A D | genelf.h | 38 #define GEN_ELF_ARCH EM_SPARC
|
H A D | symbol-elf.c | 449 case EM_SPARC: in get_plt_sizes()
|
/openbmc/u-boot/include/ |
H A D | elf.h | 142 #define EM_SPARC 2 /* SPARC */ macro
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | ptrace_32.c | 339 .name = "sparc", .e_machine = EM_SPARC,
|
H A D | ptrace_64.c | 900 .name = "sparc", .e_machine = EM_SPARC,
|
/openbmc/qemu/hw/sparc/ |
H A D | leon3.c | 383 1 /* big endian */, EM_SPARC, 0, 0); in leon3_generic_hw_init()
|
H A D | sun4m.c | 245 NULL, NULL, NULL, NULL, 1, EM_SPARC, 0, 0); in sun4m_load_kernel() 706 NULL, NULL, NULL, 1, EM_SPARC, 0, 0); in prom_init()
|
/openbmc/qemu/include/ |
H A D | elf.h | 134 #define EM_SPARC 2 macro
|
/openbmc/linux/scripts/mod/ |
H A D | modpost.c | 641 if (info->hdr->e_machine == EM_SPARC || in handle_symbol()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 992 # define ELF_ARCH EM_SPARC 995 # define elf_check_arch(x) ((x) == EM_SPARC32PLUS || (x) == EM_SPARC)
|