Home
last modified time | relevance | path

Searched refs:EM_X86_64 (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/arch/x86/include/asm/
H A Delf.h71 #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 Dkexec.h53 # define vmcore_elf_check_arch_cross(x) ((x)->e_machine == EM_X86_64)
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_elf.h30 #define ELF_ARCH EM_X86_64
/openbmc/linux/arch/x86/um/asm/
H A Delf.h125 ((x)->e_machine == EM_X86_64)
129 #define ELF_ARCH EM_X86_64
/openbmc/linux/arch/x86/tools/
H A Drelocs_64.c6 #define ELF_MACHINE EM_X86_64
/openbmc/linux/include/uapi/linux/
H A Delf-em.h31 #define EM_X86_64 62 /* AMD x86-64 */ macro
H A Daudit.h440 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/openbmc/linux/tools/perf/util/
H A Ddwarf-regs.c44 case EM_X86_64: in get_dwarf_regstr()
H A Dgenelf.h23 #define GEN_ELF_ARCH EM_X86_64
H A Dsymbol-minimal.c333 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
H A Dsymbol-elf.c398 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 Dqemu_elf.c158 if (ehdr->e_machine != EM_X86_64) { in check_ehdr()
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py52 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 Dkexec-x32.patch65 if (ehdr->e_machine != EM_X86_64) {
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dadd-64-bit-flag-for-ELF64-entries.patch80 + case EM_X86_64:
/openbmc/linux/scripts/
H A Dsorttable.c310 case EM_X86_64: in do_file()
H A Drecordmcount.c601 case EM_X86_64: in do_file()
/openbmc/qemu/hw/i386/
H A Dmultiboot.c199 if (((struct elf64_hdr*)header)->e_machine == EM_X86_64) { in load_multiboot()
/openbmc/u-boot/include/
H A Delf.h193 #define EM_X86_64 62 /* AMD x86-64 */ macro
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc356 case EM_X86_64:
357 if (ehdr.e_machine != EM_X86_64) {
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c34 case EM_X86_64: in is_x86_64()
/openbmc/qemu/target/i386/
H A Darch_dump.c409 info->d_machine = EM_X86_64; in cpu_get_dump_info()
H A Dcpu.h42 #define I386_ELF_MACHINE EM_X86_64
/openbmc/qemu/include/
H A Delf.h162 #define EM_X86_64 62 /* AMD x86-64 */ macro
/openbmc/linux/arch/x86/kernel/
H A Dptrace.c1285 .name = "x86_64", .e_machine = EM_X86_64,

12