Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Delf-em.h26 #define EM_ARM 40 /* ARM 32 bit */ macro
H A Daudit.h400 #define AUDIT_ARCH_ARM (EM_ARM|__AUDIT_ARCH_LE)
401 #define AUDIT_ARCH_ARMEB (EM_ARM)
/linux-6.15/tools/perf/trace/beauty/
H A Dsyscalltbl.sh95 build_tables "$tools_dir/perf/arch/arm/entry/syscalls/syscall.tbl" "$outfile" common,32,oabi EM_ARM
204 build_outer_table EM_ARM "$outfile"
/linux-6.15/tools/perf/arch/arm/annotate/
H A Dinstructions.c56 arch->e_machine = EM_ARM; in arm__annotate_init()
/linux-6.15/arch/arm/kernel/
H A Delf.c15 if (x->e_machine != EM_ARM) in elf_check_arch()
/linux-6.15/tools/perf/util/
H A Ddwarf-regs.c44 case EM_ARM: in get_dwarf_regstr()
H A Dgenelf.h17 #define GEN_ELF_ARCH EM_ARM
H A Dsymbol-elf.c441 case EM_ARM: in get_plt_sizes()
1730 if (ehdr.e_machine == EM_ARM || ehdr.e_machine == EM_AARCH64) { in dso__load_sym_internal()
1798 if ((ehdr.e_machine == EM_ARM) && in dso__load_sym_internal()
/linux-6.15/arch/arm/include/asm/
H A Delf.h83 #define ELF_ARCH EM_ARM
/linux-6.15/tools/perf/util/include/
H A Ddwarf-regs.h33 #define EM_HOST EM_ARM
/linux-6.15/arch/arm/vdso/
H A Dvdsomunge.c164 if (read_elf_half(inhdr->e_machine, swap) != EM_ARM) in main()
/linux-6.15/scripts/mod/
H A Dsymsearch.c72 bool is_arm = (elf->hdr->e_machine == EM_ARM); in symsearch_populate()
H A Dmodpost.c1393 case EM_ARM: in section_rel()
/linux-6.15/scripts/
H A Drecordmcount.c578 case EM_ARM: in do_file()
H A Drecordmcount.h538 if (w2(ehdr->e_machine) == EM_ARM in find_secsym_ndx()
H A Dsorttable.c1277 case EM_ARM: in do_file()
/linux-6.15/arch/arm64/kernel/
H A Dprocess.c752 if ((hdr)->e_machine != EM_ARM) in compat_elf_check_arch()
H A Dptrace.c1968 .name = "aarch32", .e_machine = EM_ARM,
2026 .name = "aarch32", .e_machine = EM_ARM,
/linux-6.15/drivers/remoteproc/
H A Dxlnx_r5_remoteproc.c907 rproc_coredump_set_elf_info(r5_rproc, ELFCLASS32, EM_ARM); in zynqmp_r5_add_rproc_core()