Symbol: EM_X86_64
arch/x86/include/asm/elf.h
146
((x)->e_machine == EM_X86_64)
arch/x86/include/asm/elf.h
150
(IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64))
arch/x86/include/asm/elf.h
173
compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64)
arch/x86/include/asm/elf.h
177
set_personality_ia32((ex).e_machine == EM_X86_64)
arch/x86/include/asm/elf.h
349
if (exec->e_machine == EM_X86_64) \
arch/x86/include/asm/elf.h
373
(ex->e_machine == EM_X86_64))
arch/x86/include/asm/elf.h
72
#define ELF_ARCH EM_X86_64
arch/x86/include/asm/kexec.h
59
# define vmcore_elf_check_arch_cross(x) ((x)->e_machine == EM_X86_64)
arch/x86/kernel/ptrace.c
1285
.name = "x86_64", .e_machine = EM_X86_64,
arch/x86/tools/relocs_64.c
6
#define ELF_MACHINE EM_X86_64
arch/x86/um/asm/elf.h
103
#define ELF_ARCH EM_X86_64
arch/x86/um/asm/elf.h
99
((x)->e_machine == EM_X86_64)
arch/x86/um/ptrace.c
287
.name = "x86_64", .e_machine = EM_X86_64,
include/uapi/linux/audit.h
448
#define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
kernel/module/main.c
1524
if (emachine == EM_386 || emachine == EM_X86_64)
scripts/recordmcount.c
600
case EM_X86_64:
scripts/sorttable.c
911
case EM_X86_64:
tools/objtool/arch/x86/decode.c
42
case EM_X86_64:
tools/perf/arch/common.c
153
if (host == EM_X86_64 && target == EM_386)
tools/perf/arch/common.c
234
case EM_X86_64:
tools/perf/util/capstone.c
151
case EM_X86_64:
tools/perf/util/capstone.c
273
if (e_machine == EM_X86_64 || e_machine == EM_386)
tools/perf/util/disasm.c
155
[EM_X86_64] = arch__new_x86,
tools/perf/util/disasm.c
198
return arch->id.e_machine == EM_386 || arch->id.e_machine == EM_X86_64;
tools/perf/util/dwarf-regs.c
107
case EM_X86_64:
tools/perf/util/dwarf-regs.c
160
case EM_X86_64:
tools/perf/util/dwarf-regs.c
195
case EM_X86_64:
tools/perf/util/dwarf-regs.c
42
case EM_X86_64:
tools/perf/util/env.c
685
{"x86", EM_X86_64}, /* Check also for EM_386. */
tools/perf/util/env.c
740
case EM_X86_64:
tools/perf/util/env.c
742
return EM_X86_64;
tools/perf/util/env.c
746
? EM_X86_64 : EM_386;
tools/perf/util/env.c
765
{"x86", EM_X86_64},
tools/perf/util/genelf.h
23
#define GEN_ELF_ARCH EM_X86_64
tools/perf/util/header.c
2478
if ((e_machine == EM_X86_64 || e_machine == EM_386) &&
tools/perf/util/include/dwarf-regs.h
27
#define EM_HOST EM_X86_64
tools/perf/util/kvm-stat.c
116
case EM_X86_64:
tools/perf/util/kvm-stat.c
139
case EM_X86_64:
tools/perf/util/kvm-stat.c
153
case EM_X86_64:
tools/perf/util/kvm-stat.c
175
case EM_X86_64:
tools/perf/util/kvm-stat.c
203
case EM_X86_64:
tools/perf/util/kvm-stat.c
226
case EM_X86_64:
tools/perf/util/kvm-stat.c
249
case EM_X86_64:
tools/perf/util/kvm-stat.c
264
case EM_X86_64:
tools/perf/util/kvm-stat.c
97
case EM_X86_64:
tools/perf/util/libunwind-arch/libunwind-arch.c
115
case EM_X86_64:
tools/perf/util/libunwind-arch/libunwind-arch.c
145
case EM_X86_64:
tools/perf/util/libunwind-arch/libunwind-arch.c
189
case EM_X86_64:
tools/perf/util/libunwind-arch/libunwind-arch.c
236
case EM_X86_64:
tools/perf/util/libunwind-arch/libunwind-arch.c
278
case EM_X86_64:
tools/perf/util/libunwind-arch/libunwind-arch.c
29
case EM_X86_64:
tools/perf/util/libunwind-arch/libunwind-arch.c
313
case EM_X86_64:
tools/perf/util/libunwind-arch/libunwind-arch.c
72
case EM_X86_64:
tools/perf/util/libunwind-arch/libunwind-x86_64.c
275
ui->ui.e_machine = EM_X86_64;
tools/perf/util/machine.c
1660
return machine__is(machine, EM_X86_64) &&
tools/perf/util/machine.c
3213
if (!err && !machine__is(machine, EM_X86_64))
tools/perf/util/perf_regs.c
115
case EM_X86_64:
tools/perf/util/perf_regs.c
158
case EM_X86_64:
tools/perf/util/perf_regs.c
219
case EM_X86_64:
tools/perf/util/perf_regs.c
248
case EM_X86_64:
tools/perf/util/perf_regs.c
26
case EM_X86_64:
tools/perf/util/perf_regs.c
72
case EM_X86_64:
tools/perf/util/print_insn.c
47
return e_machine == EM_X86_64 || e_machine == EM_AARCH64 || e_machine == EM_S390;
tools/perf/util/sample-raw.c
22
} else if (e_machine == EM_X86_64 || e_machine == EM_386) {
tools/perf/util/sample.c
118
if (e_machine == EM_386 || e_machine == EM_X86_64) {
tools/perf/util/sample.c
88
case EM_X86_64:
tools/perf/util/sort.c
2683
if (e_machine == EM_X86_64 || e_machine == EM_386 || e_machine == EM_PPC64 ||
tools/perf/util/sort.c
2697
if (e_machine == EM_X86_64 || e_machine == EM_386) {
tools/perf/util/symbol-elf.c
1938
if (ehdr.e_machine == EM_X86_64)
tools/perf/util/symbol-elf.c
331
return ehdr->e_machine == EM_X86_64 && ri->is_rela &&
tools/perf/util/symbol-elf.c
390
case EM_X86_64:
tools/perf/util/symbol-elf.c
410
return e_machine == EM_386 || e_machine == EM_X86_64;
tools/perf/util/symbol-elf.c
579
if (ehdr->e_machine == EM_X86_64)
tools/perf/util/symbol-minimal.c
327
if (ehdr.e_machine == EM_X86_64)
tools/perf/util/symbol.c
1054
} else if (e_machine == EM_X86_64 && is_entry_trampoline(pos->name)) {
tools/perf/util/symbol.c
1557
if (machine_or_dso_e_machine(machine, dso) == EM_X86_64) {
tools/perf/util/symbol.c
1845
if (machine && machine_or_dso_e_machine(machine, dso) == EM_X86_64)
tools/perf/util/symbol.c
832
if (e_machine == EM_386 || e_machine == EM_X86_64) {
tools/perf/util/thread-stack.c
163
if (e_machine == EM_X86_64 || e_machine == EM_386)