Searched refs:EM_X86_64 (Results 1 - 25 of 34) sorted by relevance

12

/external/ltrace/sysdeps/linux-gnu/x86/
H A Darch.h44 #define LT_ELF_MACHINE EM_X86_64
H A Dtrace.c63 if (proc->e_machine == EM_X86_64) {
135 return proc->e_machine == EM_X86_64 ? 8 : 4;
179 return proc->e_machine == EM_X86_64 ? 8 : 4;
184 return proc->e_machine == EM_X86_64 ? 8 : 4;
H A Dplt.c57 if (lte->ehdr.e_machine == EM_X86_64) {
/external/kernel-headers/original/uapi/linux/
H A Delf-em.h29 #define EM_X86_64 62 /* AMD x86-64 */ macro
H A Daudit.h362 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/external/chromium_org/third_party/icu/source/tools/genccode/
H A Dgenccode.c42 /* Old elf.h headers may not have EM_X86_64, or have EM_X8664 instead. */
43 # ifndef EM_X86_64
44 # define EM_X86_64 62 macro
/external/icu/icu4c/source/tools/genccode/
H A Dgenccode.c42 /* Old elf.h headers may not have EM_X86_64, or have EM_X8664 instead. */
43 # ifndef EM_X86_64
44 # define EM_X86_64 62 macro
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Delf_traits.h87 #define ELF_MACHINE EM_X86_64
/external/valgrind/main/coregrind/
H A Dlauncher-linux.c56 #ifndef EM_X86_64
57 #define EM_X86_64 62 // elf.h doesn't define this on some older systems macro
219 if (ehdr->e_machine == EM_X86_64 &&
H A Dpub_core_machine.h51 # define VG_ELF_MACHINE EM_X86_64
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h39 #ifndef EM_X86_64
40 #define EM_X86_64 62 macro
62 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/external/qemu/include/hw/
H A Delf_ops.h203 case EM_X86_64:
204 if (EM_X86_64 != ehdr.e_machine)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-amd64.c225 YASM_WRITE_16_L(bufp, EM_X86_64); /* e_machine - or others */
H A Delf.h77 EM_X86_64 = 62, /* AMD x86-64 */ enumerator in enum:__anon16338
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp48 if (getEMachine() == ELF::EM_X86_64) {
H A DX86AsmBackend.cpp376 ELF::EM_X86_64);
386 return createX86ELFObjectWriter(OS, /*IsELF64*/ true, OSABI, ELF::EM_X86_64);
/external/chromium_org/components/nacl/loader/nonsfi/
H A Delf_loader.cc25 # define NACL_ELF_E_MACHINE EM_X86_64
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp180 case EM_X86_64:
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h708 case ELF::EM_X86_64:
877 case ELF::EM_X86_64:
897 case ELF::EM_X86_64:
924 case ELF::EM_X86_64:
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c31 /* Old elf.h headers may not have EM_X86_64, or have EM_X8664 instead. */
32 # ifndef EM_X86_64
33 # define EM_X86_64 62 macro
909 EM_X86_64,
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c31 /* Old elf.h headers may not have EM_X86_64, or have EM_X8664 instead. */
32 # ifndef EM_X86_64
33 # define EM_X86_64 62 macro
901 EM_X86_64,
/external/llvm/lib/Object/
H A DELFYAML.cpp84 ECase(EM_X86_64)
387 case ELF::EM_X86_64:
/external/elfutils/0.153/libebl/
H A Deblopenbackend.c84 { "x86_64", "elf_x86_64", "x86_64", 6, EM_X86_64, ELFCLASS64, ELFDATA2LSB },
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp262 LLVM_READOBJ_ENUM_ENT(ELF, EM_X86_64 ),
403 case ELF::EM_X86_64:
/external/lldb/source/Core/
H A DArchSpec.cpp231 { ArchSpec::eCore_x86_64_x86_64 , llvm::ELF::EM_X86_64 , LLDB_INVALID_CPUTYPE, 0xFFFFFFFFu, 0xFFFFFFFFu } // AMD64

Completed in 463 milliseconds

12