Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Delf.h72 #define ELF_ARCH EM_X86_64
161 ((x)->e_machine == EM_X86_64)
165 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64))
195 set_personality_ia32((ex).e_machine == EM_X86_64)
Dkexec.h51 # define vmcore_elf_check_arch_cross(x) ((x)->e_machine == EM_X86_64)
/linux-4.1.27/arch/x86/tools/
Drelocs_64.c5 #define ELF_MACHINE EM_X86_64
/linux-4.1.27/include/uapi/linux/
Delf-em.h29 #define EM_X86_64 62 /* AMD x86-64 */ macro
Daudit.h385 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-4.1.27/arch/x86/um/asm/
Delf.h126 ((x)->e_machine == EM_X86_64)
130 #define ELF_ARCH EM_X86_64
/linux-4.1.27/scripts/
Dsortextable.c279 case EM_X86_64: in do_file()
Drecordmcount.c392 case EM_X86_64: in do_file()
/linux-4.1.27/tools/perf/util/
Dsymbol-minimal.c328 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
Dsymbol-elf.c1166 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
/linux-4.1.27/arch/x86/kernel/
Dentry_64.S52 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
Dptrace.c1317 .name = "x86_64", .e_machine = EM_X86_64,