Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Delf.h73 #define ELF_ARCH EM_X86_64
147 ((x)->e_machine == EM_X86_64)
151 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64))
174 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64)
178 set_personality_ia32((ex).e_machine == EM_X86_64)
351 if (exec->e_machine == EM_X86_64) \
375 (ex->e_machine == EM_X86_64))
/linux/arch/x86/um/asm/
H A Delf.h99 ((x)->e_machine == EM_X86_64)
103 #define ELF_ARCH EM_X86_64
/linux/arch/x86/tools/
H A Drelocs_64.c6 #define ELF_MACHINE EM_X86_64
/linux/include/uapi/linux/
H A Delf-em.h31 #define EM_X86_64 62 /* AMD x86-64 */ macro
H A Daudit.h448 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux/arch/x86/um/
H A Dptrace.c287 .name = "x86_64", .e_machine = EM_X86_64,
/linux/tools/perf/util/
H A Dsymbol-minimal.c315 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
H A Dsymbol-elf.c331 return ehdr->e_machine == EM_X86_64 && ri->is_rela && in addend_may_be_ifunc()
391 case EM_X86_64: in get_plt_sizes()
411 return e_machine == EM_386 || e_machine == EM_X86_64; in machine_is_x86()
580 if (ehdr->e_machine == EM_X86_64) in dso__synthesize_plt_got_symbols()
1884 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
/linux/scripts/
H A Drecordmcount.c600 case EM_X86_64: in do_file()
H A Dsorttable.c906 case EM_X86_64: in do_file()
/linux/tools/objtool/arch/x86/
H A Ddecode.c42 case EM_X86_64: in is_x86_64()
/linux/tools/perf/arch/x86/annotate/
H A Dinstructions.c205 arch->e_machine = EM_X86_64; in x86__annotate_init()
/linux/arch/x86/kernel/
H A Dptrace.c1285 .name = "x86_64", .e_machine = EM_X86_64,
/linux/kernel/module/
H A Dmain.c1507 if (emachine == EM_386 || emachine == EM_X86_64) in ignore_undef_symbol()