Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dperf_regs.c40 case EM_ARM: in perf_intr_reg_mask()
83 case EM_ARM: in perf_user_reg_mask()
126 case EM_ARM: in perf_reg_name()
195 case EM_ARM: in perf_arch_reg_ip()
224 case EM_ARM: in perf_arch_reg_sp()
H A Ddwarf-regs.c44 case EM_ARM: in get_dwarf_regstr()
113 case EM_ARM: in get_dwarf_regnum()
164 case EM_ARM: in get_libdw_frame_nregs()
201 case EM_ARM: in get_dwarf_regnum_for_perf_regnum()
H A Dsample.c71 case EM_ARM: /* Variable due to Thumb/Thumb-2 */ in elf_machine_max_instruction_length()
H A Dgenelf.h17 #define GEN_ELF_ARCH EM_ARM
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()
H A Ddisasm.c143 [EM_ARM] = arch__new_arm, in arch__find()
/linux/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/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/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/tools/perf/util/include/
H A Ddwarf-regs.h33 #define EM_HOST 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()
H A Dmodpost.c1404 case EM_ARM: in section_rel()
/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.c1992 .name = "aarch32", .e_machine = EM_ARM,
2050 .name = "aarch32", .e_machine = EM_ARM,
/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()