Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
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))
180 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64)
184 set_personality_ia32((ex).e_machine == EM_X86_64)
358 if (exec->e_machine == EM_X86_64) \
382 (ex->e_machine == EM_X86_64))
Dkexec.h53 # define vmcore_elf_check_arch_cross(x) ((x)->e_machine == EM_X86_64)
/linux-5.19.10/arch/x86/tools/
Drelocs_64.c6 #define ELF_MACHINE EM_X86_64
/linux-5.19.10/arch/x86/um/asm/
Delf.h125 ((x)->e_machine == EM_X86_64)
129 #define ELF_ARCH EM_X86_64
/linux-5.19.10/include/uapi/linux/
Delf-em.h31 #define EM_X86_64 62 /* AMD x86-64 */ macro
Daudit.h440 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-5.19.10/tools/perf/util/
Ddwarf-regs.c39 case EM_X86_64: in get_dwarf_regstr()
Dgenelf.h21 #define GEN_ELF_ARCH EM_X86_64
Dsymbol-minimal.c333 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
Dsymbol-elf.c1487 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
/linux-5.19.10/scripts/
Dsorttable.c309 case EM_X86_64: in do_file()
Drecordmcount.c566 case EM_X86_64: in do_file()
/linux-5.19.10/tools/objtool/arch/x86/
Ddecode.c29 case EM_X86_64: in is_x86_64()
/linux-5.19.10/arch/x86/kernel/
Dptrace.c1245 .name = "x86_64", .e_machine = EM_X86_64,
/linux-5.19.10/kernel/module/
Dmain.c1271 if (emachine == EM_386 || emachine == EM_X86_64) in ignore_undef_symbol()