Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Delf-em.h26 #define EM_ARM 40 /* ARM 32 bit */ macro
H A Daudit.h402 #define AUDIT_ARCH_ARM (EM_ARM|__AUDIT_ARCH_LE)
403 #define AUDIT_ARCH_ARMEB (EM_ARM)
/linux/tools/perf/arch/arm/annotate/
H A Dinstructions.c57 arch->e_machine = EM_ARM; in arm__annotate_init()
/linux/arch/arm/kernel/
H A Delf.c15 if (x->e_machine != EM_ARM) in elf_check_arch()
/linux/arch/arm/include/asm/
H A Delf.h83 #define ELF_ARCH EM_ARM
/linux/arch/arm/vdso/
H A Dvdsomunge.c164 if (read_elf_half(inhdr->e_machine, swap) != EM_ARM) in main()
/linux/scripts/mod/
H A Dsymsearch.c72 bool is_arm = (elf->hdr->e_machine == EM_ARM); in symsearch_populate()
/linux/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.c916 case EM_ARM: in do_file()
/linux/arch/arm64/kernel/
H A Dprocess.c793 if ((hdr)->e_machine != EM_ARM) in compat_elf_check_arch()
H A Dptrace.c1989 .name = "aarch32", .e_machine = EM_ARM,
2047 .name = "aarch32", .e_machine = EM_ARM,
/linux/tools/perf/util/
H A Dsymbol-elf.c370 case EM_ARM: in get_plt_sizes()
1596 if (ehdr.e_machine == EM_ARM || ehdr.e_machine == EM_AARCH64) { in dso__load_sym_internal()
1670 if ((ehdr.e_machine == EM_ARM) && in dso__load_sym_internal()
/linux/drivers/remoteproc/
H A Dxlnx_r5_remoteproc.c924 rproc_coredump_set_elf_info(r5_rproc, ELFCLASS32, EM_ARM); in zynqmp_r5_add_rproc_core()