/openbmc/linux/arch/x86/include/asm/ |
H A D | elf.h | 71 #define ELF_ARCH EM_X86_64 149 ((x)->e_machine == EM_X86_64) 153 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64)) 176 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64) 180 set_personality_ia32((ex).e_machine == EM_X86_64) 353 if (exec->e_machine == EM_X86_64) \ 377 (ex->e_machine == EM_X86_64))
|
H A D | kexec.h | 53 # define vmcore_elf_check_arch_cross(x) ((x)->e_machine == EM_X86_64)
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_elf.h | 30 #define ELF_ARCH EM_X86_64
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | elf.h | 125 ((x)->e_machine == EM_X86_64) 129 #define ELF_ARCH EM_X86_64
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs_64.c | 6 #define ELF_MACHINE EM_X86_64
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf-em.h | 31 #define EM_X86_64 62 /* AMD x86-64 */ macro
|
H A D | audit.h | 440 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
|
/openbmc/linux/tools/perf/util/ |
H A D | dwarf-regs.c | 44 case EM_X86_64: in get_dwarf_regstr()
|
H A D | genelf.h | 23 #define GEN_ELF_ARCH EM_X86_64
|
H A D | symbol-minimal.c | 333 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
|
H A D | symbol-elf.c | 398 return ehdr->e_machine == EM_X86_64 && ri->is_rela && in addend_may_be_ifunc() 458 case EM_X86_64: in get_plt_sizes() 478 return e_machine == EM_386 || e_machine == EM_X86_64; in machine_is_x86() 647 if (ehdr->e_machine == EM_X86_64) in dso__synthesize_plt_got_symbols() 1863 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | qemu_elf.c | 158 if (ehdr->e_machine != EM_X86_64) { in check_ehdr()
|
/openbmc/qemu/scripts/ |
H A D | dump-guest-memory.py | 52 EM_X86_64 = 62 variable 90 self.ehdr.e_machine = EM_X86_64
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | kexec-x32.patch | 65 if (ehdr->e_machine != EM_X86_64) {
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | add-64-bit-flag-for-ELF64-entries.patch | 80 + case EM_X86_64:
|
/openbmc/linux/scripts/ |
H A D | sorttable.c | 310 case EM_X86_64: in do_file()
|
H A D | recordmcount.c | 601 case EM_X86_64: in do_file()
|
/openbmc/qemu/hw/i386/ |
H A D | multiboot.c | 199 if (((struct elf64_hdr*)header)->e_machine == EM_X86_64) { in load_multiboot()
|
/openbmc/u-boot/include/ |
H A D | elf.h | 193 #define EM_X86_64 62 /* AMD x86-64 */ macro
|
/openbmc/qemu/include/hw/ |
H A D | elf_ops.h.inc | 356 case EM_X86_64: 357 if (ehdr.e_machine != EM_X86_64) {
|
/openbmc/linux/tools/objtool/arch/x86/ |
H A D | decode.c | 34 case EM_X86_64: in is_x86_64()
|
/openbmc/qemu/target/i386/ |
H A D | arch_dump.c | 409 info->d_machine = EM_X86_64; in cpu_get_dump_info()
|
H A D | cpu.h | 42 #define I386_ELF_MACHINE EM_X86_64
|
/openbmc/qemu/include/ |
H A D | elf.h | 162 #define EM_X86_64 62 /* AMD x86-64 */ macro
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ptrace.c | 1285 .name = "x86_64", .e_machine = EM_X86_64,
|