/openbmc/linux/tools/perf/util/ |
H A D | dwarf-regs.c | 13 #ifndef EM_AARCH64 14 #define EM_AARCH64 183 /* ARM 64 bit */ macro 48 case EM_AARCH64: in get_dwarf_regstr()
|
H A D | genelf.h | 20 #define GEN_ELF_ARCH EM_AARCH64
|
H A D | symbol-elf.c | 41 #ifndef EM_AARCH64 42 #define EM_AARCH64 183 /* ARM 64 bit */ macro 441 case EM_AARCH64: in get_plt_sizes() 1601 if (ehdr.e_machine == EM_ARM || ehdr.e_machine == EM_AARCH64) { in dso__load_sym_internal()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | add-64-bit-flag-for-ELF64-entries.patch | 60 +#ifndef EM_AARCH64 61 +#define EM_AARCH64 183 /* ARM AARCH64 */ 102 + case EM_AARCH64:
|
H A D | add-riscv-support.patch | 54 #define EM_AARCH64 183 /* ARM AARCH64 */
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | elf.h | 80 #define ELF_ARCH EM_AARCH64 97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64)
|
/openbmc/linux/scripts/ |
H A D | sorttable.c | 47 #ifndef EM_AARCH64 48 #define EM_AARCH64 183 macro 306 case EM_AARCH64: in do_file()
|
H A D | recordmcount.c | 35 #ifndef EM_AARCH64 36 #define EM_AARCH64 183 macro 586 case EM_AARCH64: in do_file()
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | target_arch_elf.h | 26 #define elf_check_arch(x) ((x) == EM_AARCH64) 30 #define ELF_ARCH EM_AARCH64
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf-em.h | 46 #define EM_AARCH64 183 /* ARM 64 bit */ macro
|
H A D | audit.h | 388 #define AUDIT_ARCH_AARCH64 (EM_AARCH64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0004-kexec-elf-exec.c-replace-with-our-err.h.patch | 9 error: 'EM_AARCH64' undeclared
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 289 assert_eq(elf16toh(elf.ehdr->e_machine), EM_AARCH64, "%u"); in init_elf()
|
/openbmc/qemu/hw/arm/ |
H A D | boot.c | 949 elf_machine = EM_AARCH64; in arm_setup_direct_kernel_boot() 1090 if (elf_machine == EM_AARCH64) { in arm_setup_direct_kernel_boot()
|
/openbmc/qemu/target/arm/ |
H A D | arch_dump.c | 419 info->d_machine = EM_AARCH64; in cpu_get_dump_info()
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | Add-riscv64-support.patch | 295 #define EM_AARCH64 183 645 case EM_AARCH64:
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | Add-riscv64-support.patch | 295 #define EM_AARCH64 183 645 case EM_AARCH64:
|
/openbmc/qemu/include/ |
H A D | elf.h | 209 #define EM_AARCH64 183 macro
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | ptrace.c | 1596 .name = "aarch64", .e_machine = EM_AARCH64,
|
/openbmc/qemu/dump/ |
H A D | dump.c | 1762 } else if (s->dump_info.d_machine == EM_AARCH64) { in vmcoreinfo_update_phys_base()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 682 #define ELF_ARCH EM_AARCH64
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 3296 #define ELF_HOST_MACHINE EM_AARCH64
|