Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ddwarf-regs.c14 #ifndef EM_AARCH64
15 #define EM_AARCH64 183 /* ARM 64 bit */ macro
43 case EM_AARCH64: in get_dwarf_regstr()
Dgenelf.h18 #define GEN_ELF_ARCH EM_AARCH64
Dsymbol-elf.c18 #ifndef EM_AARCH64
19 #define EM_AARCH64 183 /* ARM 64 bit */ macro
322 case EM_AARCH64: in dso__synthesize_plt_symbols()
1035 if (ehdr.e_machine == EM_ARM || ehdr.e_machine == EM_AARCH64) { in dso__load_sym()
/Linux-v4.19/arch/arm64/include/asm/
Delf.h91 #define ELF_ARCH EM_AARCH64
108 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64)
/Linux-v4.19/scripts/
Dsortextable.c42 #ifndef EM_AARCH64
43 #define EM_AARCH64 183 macro
317 case EM_AARCH64: in do_file()
Drecordmcount.c36 #ifndef EM_AARCH64
37 #define EM_AARCH64 183 macro
519 case EM_AARCH64: in do_file()
/Linux-v4.19/include/uapi/linux/
Delf-em.h40 #define EM_AARCH64 183 /* ARM 64 bit */ macro
Daudit.h376 #define AUDIT_ARCH_AARCH64 (EM_AARCH64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/Linux-v4.19/arch/arm64/kernel/
Dptrace.c1045 .name = "aarch64", .e_machine = EM_AARCH64,