Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Ddwarf-regs.c16 #ifndef EM_AARCH64
17 #define EM_AARCH64 183 /* ARM 64 bit */ macro
51 case EM_AARCH64: in get_dwarf_regstr()
Dgenelf.h20 #define GEN_ELF_ARCH EM_AARCH64
Dsymbol-elf.c42 #ifndef EM_AARCH64
43 #define EM_AARCH64 183 /* ARM 64 bit */ macro
442 case EM_AARCH64: in get_plt_sizes()
1666 if (ehdr.e_machine == EM_ARM || ehdr.e_machine == EM_AARCH64) { in dso__load_sym_internal()
/linux-6.12.1/arch/arm64/include/asm/
Delf.h80 #define ELF_ARCH EM_AARCH64
97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64)
/linux-6.12.1/scripts/
Dsorttable.c47 #ifndef EM_AARCH64
48 #define EM_AARCH64 183 macro
306 case EM_AARCH64: in do_file()
Drecordmcount.c35 #ifndef EM_AARCH64
36 #define EM_AARCH64 183 macro
586 case EM_AARCH64: in do_file()
/linux-6.12.1/include/uapi/linux/
Delf-em.h46 #define EM_AARCH64 183 /* ARM 64 bit */ macro
Daudit.h391 #define AUDIT_ARCH_AARCH64 (EM_AARCH64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c292 assert_eq(elf16toh(elf.ehdr->e_machine), EM_AARCH64, "%u"); in init_elf()
/linux-6.12.1/arch/arm64/kernel/
Dptrace.c1680 .name = "aarch64", .e_machine = EM_AARCH64,