Searched refs:EM_RISCV (Results 1 – 19 of 19) sorted by relevance
/openbmc/qemu/bsd-user/riscv/ |
H A D | target_arch_elf.h | 23 #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 D | add-riscv-support.patch | 57 +#ifndef EM_RISCV 58 +#define EM_RISCV 243 /* RISC-V */ 68 + case EM_RISCV:
|
/openbmc/u-boot/tools/ |
H A D | prelink-riscv.c | 29 #ifndef EM_RISCV 30 #define EM_RISCV 243 macro
|
H A D | prelink-riscv.inc | 45 if (ehdr->e_machine != EM_RISCV)
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | elf.h | 22 #define ELF_ARCH EM_RISCV 37 #define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \
|
/openbmc/linux/scripts/ |
H A D | sorttable.c | 59 #ifndef EM_RISCV 60 #define EM_RISCV 243 macro 308 case EM_RISCV: in do_file()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf-em.h | 51 #define EM_RISCV 243 /* RISC-V */ macro
|
H A D | audit.h | 426 #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 D | ptrace.c | 186 .e_machine = EM_RISCV, 359 .e_machine = EM_RISCV,
|
H A D | process.c | 90 hdr->e_machine == EM_RISCV && in compat_elf_check_arch()
|
/openbmc/qemu/hw/riscv/ |
H A D | boot.c | 161 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 D | genelf.h | 44 #define GEN_ELF_ARCH EM_RISCV
|
/openbmc/qemu/target/riscv/ |
H A D | arch_dump.c | 176 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 D | Add-riscv64-support.patch | 68 + } 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 D | Add-riscv64-support.patch | 68 + } 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 D | modpost.c | 1346 #ifndef EM_RISCV 1347 #define EM_RISCV 243 macro 1422 case EM_RISCV: in section_rela()
|
/openbmc/qemu/include/ |
H A D | elf.h | 182 #define EM_RISCV 243 /* RISC-V */ macro
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 1847 #define ELF_ARCH EM_RISCV
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 2958 #define ELF_HOST_MACHINE EM_RISCV
|