Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/include/asm/
Delf.h98 #define ELF_ARCH EM_AARCH64
115 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64)
/linux-4.4.14/scripts/
Dsortextable.c42 #ifndef EM_AARCH64
43 #define EM_AARCH64 183 macro
290 case EM_AARCH64: in do_file()
Drecordmcount.c43 #ifndef EM_AARCH64
44 #define EM_AARCH64 183 macro
458 case EM_AARCH64: in do_file()
/linux-4.4.14/include/uapi/linux/
Delf-em.h40 #define EM_AARCH64 183 /* ARM 64 bit */ macro
Daudit.h354 #define AUDIT_ARCH_AARCH64 (EM_AARCH64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c14 #ifndef EM_AARCH64
15 #define EM_AARCH64 183 /* ARM 64 bit */ macro
912 if (ehdr.e_machine == EM_ARM || ehdr.e_machine == EM_AARCH64) { in dso__load_sym()
/linux-4.4.14/arch/arm64/kernel/
Dptrace.c656 .name = "aarch64", .e_machine = EM_AARCH64,