Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddwarf-regs.c13 #ifndef EM_AARCH64
14 #define EM_AARCH64 183 /* ARM 64 bit */ macro
48 case EM_AARCH64: in get_dwarf_regstr()
H A Dgenelf.h20 #define GEN_ELF_ARCH EM_AARCH64
H A Dsymbol-elf.c41 #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 Dadd-64-bit-flag-for-ELF64-entries.patch60 +#ifndef EM_AARCH64
61 +#define EM_AARCH64 183 /* ARM AARCH64 */
102 + case EM_AARCH64:
H A Dadd-riscv-support.patch54 #define EM_AARCH64 183 /* ARM AARCH64 */
/openbmc/linux/arch/arm64/include/asm/
H A Delf.h80 #define ELF_ARCH EM_AARCH64
97 #define elf_check_arch(x) ((x)->e_machine == EM_AARCH64)
/openbmc/linux/scripts/
H A Dsorttable.c47 #ifndef EM_AARCH64
48 #define EM_AARCH64 183 macro
306 case EM_AARCH64: in do_file()
H A Drecordmcount.c35 #ifndef EM_AARCH64
36 #define EM_AARCH64 183 macro
586 case EM_AARCH64: in do_file()
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_elf.h26 #define elf_check_arch(x) ((x) == EM_AARCH64)
30 #define ELF_ARCH EM_AARCH64
/openbmc/linux/include/uapi/linux/
H A Delf-em.h46 #define EM_AARCH64 183 /* ARM 64 bit */ macro
H A Daudit.h388 #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 D0004-kexec-elf-exec.c-replace-with-our-err.h.patch9 error: 'EM_AARCH64' undeclared
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c289 assert_eq(elf16toh(elf.ehdr->e_machine), EM_AARCH64, "%u"); in init_elf()
/openbmc/qemu/hw/arm/
H A Dboot.c949 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 Darch_dump.c419 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 DAdd-riscv64-support.patch295 #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 DAdd-riscv64-support.patch295 #define EM_AARCH64 183
645 case EM_AARCH64:
/openbmc/qemu/include/
H A Delf.h209 #define EM_AARCH64 183 macro
/openbmc/linux/arch/arm64/kernel/
H A Dptrace.c1596 .name = "aarch64", .e_machine = EM_AARCH64,
/openbmc/qemu/dump/
H A Ddump.c1762 } else if (s->dump_info.d_machine == EM_AARCH64) { in vmcoreinfo_update_phys_base()
/openbmc/qemu/linux-user/
H A Delfload.c682 #define ELF_ARCH EM_AARCH64
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc3296 #define ELF_HOST_MACHINE EM_AARCH64