Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Delf.h72 #define ELF_ARCH EM_X86_64
150 ((x)->e_machine == EM_X86_64)
154 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64))
177 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64)
181 set_personality_ia32((ex).e_machine == EM_X86_64)
354 if (exec->e_machine == EM_X86_64) \
378 (ex->e_machine == EM_X86_64))
H A Dkexec.h52 # define vmcore_elf_check_arch_cross(x) ((x)->e_machine == EM_X86_64)
/linux/arch/x86/tools/
H A Drelocs_64.c6 #define ELF_MACHINE EM_X86_64
/linux/arch/x86/um/asm/
H A Delf.h125 ((x)->e_machine == EM_X86_64)
129 #define ELF_ARCH EM_X86_64
/linux/include/uapi/linux/
H A Delf-em.h31 #define EM_X86_64 62 /* AMD x86-64 */ macro
H A Daudit.h443 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux/tools/perf/util/
H A Ddwarf-regs.c47 case EM_X86_64: in get_dwarf_regstr()
H A Dgenelf.h23 #define GEN_ELF_ARCH EM_X86_64
H A Dsymbol-minimal.c335 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
H A Dsymbol-elf.c399 return ehdr->e_machine == EM_X86_64 && ri->is_rela && in addend_may_be_ifunc()
459 case EM_X86_64: in get_plt_sizes()
479 return e_machine == EM_386 || e_machine == EM_X86_64; in machine_is_x86()
648 if (ehdr->e_machine == EM_X86_64) in dso__synthesize_plt_got_symbols()
1935 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
/linux/scripts/
H A Dsorttable.c310 case EM_X86_64: in do_file()
H A Drecordmcount.c600 case EM_X86_64: in do_file()
/linux/tools/objtool/arch/x86/
H A Ddecode.c34 case EM_X86_64: in is_x86_64()
/linux/arch/x86/kernel/
H A Dptrace.c1285 .name = "x86_64", .e_machine = EM_X86_64,
/linux/kernel/module/
H A Dmain.c1386 if (emachine == EM_386 || emachine == EM_X86_64) in ignore_undef_symbol()