Home
last modified time | relevance | path

Searched refs:EM_RISCV (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_elf.h23 #define elf_check_arch(x) ((x) == EM_RISCV)
29 #define ELF_ARCH EM_RISCV
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dadd-riscv-support.patch57 +#ifndef EM_RISCV
58 +#define EM_RISCV 243 /* RISC-V */
68 + case EM_RISCV:
/openbmc/u-boot/tools/
H A Dprelink-riscv.c29 #ifndef EM_RISCV
30 #define EM_RISCV 243 macro
H A Dprelink-riscv.inc45 if (ehdr->e_machine != EM_RISCV)
/openbmc/linux/arch/riscv/include/asm/
H A Delf.h22 #define ELF_ARCH EM_RISCV
37 #define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \
/openbmc/linux/scripts/
H A Dsorttable.c59 #ifndef EM_RISCV
60 #define EM_RISCV 243 macro
308 case EM_RISCV: in do_file()
/openbmc/linux/include/uapi/linux/
H A Delf-em.h51 #define EM_RISCV 243 /* RISC-V */ macro
H A Daudit.h426 #define AUDIT_ARCH_RISCV32 (EM_RISCV|__AUDIT_ARCH_LE)
427 #define AUDIT_ARCH_RISCV64 (EM_RISCV|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/openbmc/linux/arch/riscv/kernel/
H A Dptrace.c186 .e_machine = EM_RISCV,
359 .e_machine = EM_RISCV,
H A Dprocess.c90 hdr->e_machine == EM_RISCV && in compat_elf_check_arch()
/openbmc/qemu/hw/riscv/
H A Dboot.c161 0, EM_RISCV, 1, 0, NULL, true, sym_cb) > 0) { in riscv_load_firmware()
239 EM_RISCV, 1, 0, NULL, true, sym_cb) > 0) { in riscv_load_kernel()
/openbmc/linux/tools/perf/util/
H A Dgenelf.h44 #define GEN_ELF_ARCH EM_RISCV
/openbmc/qemu/target/riscv/
H A Darch_dump.c176 info->d_machine = EM_RISCV; in cpu_get_dump_info()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A DAdd-riscv64-support.patch68 + } else if (e_machine == EM_RISCV) {
298 +#if !defined(EM_RISCV)
299 +#define EM_RISCV 243
648 + case EM_RISCV:
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A DAdd-riscv64-support.patch68 + } else if (e_machine == EM_RISCV) {
298 +#if !defined(EM_RISCV)
299 +#define EM_RISCV 243
648 + case EM_RISCV:
/openbmc/linux/scripts/mod/
H A Dmodpost.c1346 #ifndef EM_RISCV
1347 #define EM_RISCV 243 macro
1422 case EM_RISCV: in section_rela()
/openbmc/qemu/include/
H A Delf.h182 #define EM_RISCV 243 /* RISC-V */ macro
/openbmc/qemu/linux-user/
H A Delfload.c1847 #define ELF_ARCH EM_RISCV
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc2958 #define ELF_HOST_MACHINE EM_RISCV