Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
A Delf.h22 #define ELF_ARCH EM_RISCV
37 #define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \
/linux/tools/perf/util/
A Dgenelf.h44 #define GEN_ELF_ARCH EM_RISCV
47 #define GEN_ELF_ARCH EM_RISCV
/linux/scripts/
A Dsorttable.c59 #ifndef EM_RISCV
60 #define EM_RISCV 243 macro
308 case EM_RISCV: in do_file()
/linux/include/uapi/linux/
A Delf-em.h51 #define EM_RISCV 243 /* RISC-V */ macro
A Daudit.h429 #define AUDIT_ARCH_RISCV32 (EM_RISCV|__AUDIT_ARCH_LE)
430 #define AUDIT_ARCH_RISCV64 (EM_RISCV|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux/arch/riscv/kernel/
A Dptrace.c189 .e_machine = EM_RISCV,
362 .e_machine = EM_RISCV,
A Dprocess.c117 hdr->e_machine == EM_RISCV && in compat_elf_check_arch()
/linux/scripts/mod/
A Dmodpost.c1268 #ifndef EM_RISCV
1269 #define EM_RISCV 243 macro
1340 case EM_RISCV: in section_rela()

Completed in 22 milliseconds