Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Ddwarf-regs.c42 case EM_X86_64: in get_dwarf_regstr()
74 #if EM_HOST != EM_X86_64 && EM_HOST != EM_386
101 #if EM_HOST != EM_X86_64 && EM_HOST != EM_386 in get_dwarf_regnum()
106 case EM_X86_64: in get_dwarf_regnum()
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.c402 return ehdr->e_machine == EM_X86_64 && ri->is_rela && in addend_may_be_ifunc()
462 case EM_X86_64: in get_plt_sizes()
482 return e_machine == EM_386 || e_machine == EM_X86_64; in machine_is_x86()
651 if (ehdr->e_machine == EM_X86_64) in dso__synthesize_plt_got_symbols()
2012 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
/linux-6.15/arch/x86/include/asm/
H A Delf.h73 #define ELF_ARCH EM_X86_64
151 ((x)->e_machine == EM_X86_64)
155 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64))
178 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64)
182 set_personality_ia32((ex).e_machine == EM_X86_64)
355 if (exec->e_machine == EM_X86_64) \
379 (ex->e_machine == EM_X86_64))
H A Dkexec.h47 # define vmcore_elf_check_arch_cross(x) ((x)->e_machine == EM_X86_64)
/linux-6.15/arch/x86/tools/
H A Drelocs_64.c6 #define ELF_MACHINE EM_X86_64
/linux-6.15/arch/x86/um/asm/
H A Delf.h127 ((x)->e_machine == EM_X86_64)
131 #define ELF_ARCH EM_X86_64
/linux-6.15/include/uapi/linux/
H A Delf-em.h31 #define EM_X86_64 62 /* AMD x86-64 */ macro
H A Daudit.h446 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-6.15/tools/perf/trace/beauty/
H A Dsyscalltbl.sh163 build_tables "$tools_dir/perf/arch/x86/entry/syscalls/syscall_64.tbl" "$outfile" common,64 EM_X86_64
261 build_outer_table EM_X86_64 "$outfile"
/linux-6.15/tools/perf/util/include/
H A Ddwarf-regs.h27 #define EM_HOST EM_X86_64
/linux-6.15/arch/x86/um/
H A Dptrace.c249 .name = "x86_64", .e_machine = EM_X86_64,
/linux-6.15/scripts/
H A Drecordmcount.c600 case EM_X86_64: in do_file()
H A Dsorttable.c1267 case EM_X86_64: in do_file()
/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c34 case EM_X86_64: in is_x86_64()
/linux-6.15/tools/perf/arch/x86/annotate/
H A Dinstructions.c205 arch->e_machine = EM_X86_64; in x86__annotate_init()
/linux-6.15/arch/x86/kernel/
H A Dptrace.c1285 .name = "x86_64", .e_machine = EM_X86_64,
/linux-6.15/kernel/module/
H A Dmain.c1418 if (emachine == EM_386 || emachine == EM_X86_64) in ignore_undef_symbol()