Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/include/asm/
H A Delf.h22 #define ELF_ARCH EM_RISCV
37 #define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \
/linux-6.15/tools/perf/util/
H A Dgenelf.h44 #define GEN_ELF_ARCH EM_RISCV
47 #define GEN_ELF_ARCH EM_RISCV
H A Ddwarf-regs.c57 case EM_RISCV: in get_dwarf_regstr()
/linux-6.15/tools/perf/trace/beauty/
H A Dsyscalltbl.sh132 build_tables "$tools_dir/scripts/syscall.tbl" "$outfile" common,32,riscv,memfd_secret EM_RISCV
134 …ild_tables "$tools_dir/scripts/syscall.tbl" "$outfile" common,64,riscv,rlimit,memfd_secret EM_RISCV
236 build_outer_table EM_RISCV "$outfile"
/linux-6.15/tools/perf/arch/riscv64/annotate/
H A Dinstructions.c31 arch->e_machine = EM_RISCV; in riscv64__annotate_init()
/linux-6.15/include/uapi/linux/
H A Delf-em.h51 #define EM_RISCV 243 /* RISC-V */ macro
H A Daudit.h432 #define AUDIT_ARCH_RISCV32 (EM_RISCV|__AUDIT_ARCH_LE)
433 #define AUDIT_ARCH_RISCV64 (EM_RISCV|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-6.15/tools/perf/util/include/
H A Ddwarf-regs.h70 #define EM_HOST EM_RISCV
/linux-6.15/arch/riscv/kernel/
H A Dptrace.c231 .e_machine = EM_RISCV,
404 .e_machine = EM_RISCV,
H A Dprocess.c118 hdr->e_machine == EM_RISCV && in compat_elf_check_arch()
/linux-6.15/scripts/
H A Dsorttable.c60 #ifndef EM_RISCV
61 #define EM_RISCV 243 macro
1265 case EM_RISCV: in do_file()
/linux-6.15/scripts/mod/
H A Dmodpost.c1275 #ifndef EM_RISCV
1276 #define EM_RISCV 243 macro
1347 case EM_RISCV: in section_rela()