Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
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))
A Dkexec.h53 # define vmcore_elf_check_arch_cross(x) ((x)->e_machine == EM_X86_64)
/linux-6.3-rc2/arch/x86/um/asm/
A Delf.h125 ((x)->e_machine == EM_X86_64)
129 #define ELF_ARCH EM_X86_64
/linux-6.3-rc2/arch/x86/tools/
A Drelocs_64.c6 #define ELF_MACHINE EM_X86_64
/linux-6.3-rc2/include/uapi/linux/
A Delf-em.h31 #define EM_X86_64 62 /* AMD x86-64 */ macro
A Daudit.h440 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-6.3-rc2/tools/perf/util/
A Ddwarf-regs.c39 case EM_X86_64: in get_dwarf_regstr()
A Dgenelf.h23 #define GEN_ELF_ARCH EM_X86_64
A Dsymbol-minimal.c333 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
A Dsymbol-elf.c390 return ehdr->e_machine == EM_X86_64 && ri->is_rela && in addend_may_be_ifunc()
446 case EM_X86_64: in get_plt_sizes()
466 return e_machine == EM_386 || e_machine == EM_X86_64; in machine_is_x86()
629 if (ehdr->e_machine == EM_X86_64) in dso__synthesize_plt_got_symbols()
1838 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
/linux-6.3-rc2/scripts/
A Dsorttable.c310 case EM_X86_64: in do_file()
A Drecordmcount.c597 case EM_X86_64: in do_file()
/linux-6.3-rc2/tools/objtool/arch/x86/
A Ddecode.c34 case EM_X86_64: in is_x86_64()
/linux-6.3-rc2/arch/x86/kernel/
A Dptrace.c1273 .name = "x86_64", .e_machine = EM_X86_64,
/linux-6.3-rc2/kernel/module/
A Dmain.c1270 if (emachine == EM_386 || emachine == EM_X86_64) in ignore_undef_symbol()

Completed in 29 milliseconds