Home
last modified time | relevance | path

Searched refs:EM_AARCH64 (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/tools/perf/util/
Ddwarf-regs.c13 #ifndef EM_AARCH64
14 #define EM_AARCH64 183 /* ARM 64 bit */ macro
42 case EM_AARCH64: in get_dwarf_regstr()
Dgenelf.h18 #define GEN_ELF_ARCH EM_AARCH64
Dsymbol-elf.c27 #ifndef EM_AARCH64
28 #define EM_AARCH64 183 /* ARM 64 bit */ macro
358 case EM_AARCH64: in dso__synthesize_plt_symbols()
1080 if (ehdr.e_machine == EM_ARM || ehdr.e_machine == EM_AARCH64) { in dso__load_sym()
/Linux-v5.4/arch/arm64/include/asm/
Delf.h80 #define ELF_ARCH EM_AARCH64
97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64)
/Linux-v5.4/scripts/
Dsortextable.c42 #ifndef EM_AARCH64
43 #define EM_AARCH64 183 macro
317 case EM_AARCH64: in do_file()
Drecordmcount.c35 #ifndef EM_AARCH64
36 #define EM_AARCH64 183 macro
528 case EM_AARCH64: in do_file()
/Linux-v5.4/include/uapi/linux/
Delf-em.h46 #define EM_AARCH64 183 /* ARM 64 bit */ macro
Daudit.h379 #define AUDIT_ARCH_AARCH64 (EM_AARCH64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/Linux-v5.4/arch/arm64/kernel/
Dptrace.c1217 .name = "aarch64", .e_machine = EM_AARCH64,