HomeSort by relevance Sort by last modified time
    Searched refs:EM_X86_64 (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/syslinux/com32/include/sys/x86_64/
module.h 21 #define MODULE_ELF_MACHINE EM_X86_64 // Target architecture
  /bionic/libc/kernel/uapi/linux/
elf-em.h 42 #define EM_X86_64 62
  /external/iproute2/include/uapi/linux/
elf-em.h 31 #define EM_X86_64 62 /* AMD x86-64 */
  /external/kernel-headers/original/uapi/linux/
elf-em.h 31 #define EM_X86_64 62 /* AMD x86-64 */
  /frameworks/compile/mclinker/lib/Target/X86/
X86GNUInfo.h 34 uint32_t machine() const { return llvm::ELF::EM_X86_64; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf-em.h 28 #define EM_X86_64 62 /* AMD x86-64 */
  /external/google-breakpad/src/common/android/include/
elf.h 124 #ifndef EM_X86_64
125 #define EM_X86_64 62
  /external/llvm/lib/Object/
ELF.cpp 21 case ELF::EM_X86_64:
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 49 EM_X86_64 = 62 // AMD64
  /external/icu/icu4c/source/tools/genccode/
genccode.c 44 /* Old elf.h headers may not have EM_X86_64, or have EM_X8664 instead. */
45 # ifndef EM_X86_64
46 # define EM_X86_64 62
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ELFWriterInfo.cpp 30 EMachine = is64Bit ? EM_X86_64 : EM_386;
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 42 private static final int EM_X86_64 = 62;
252 if (e_machine != EM_386 && e_machine != EM_X86_64 &&
261 (e_machine == EM_X86_64 && elfClass != ELFCLASS64) ||
  /external/valgrind/coregrind/
launcher-linux.c 56 #ifndef EM_X86_64
57 #define EM_X86_64 62 // elf.h doesn't define this on some older systems
249 if (header.ehdr64.e_machine == EM_X86_64 &&
256 if (header.ehdr64.e_machine == EM_X86_64 &&
pub_core_machine.h 51 # define VG_ELF_MACHINE EM_X86_64
  /system/core/libunwindstack/tools/
unwind_symbols.cpp 89 case EM_X86_64:
  /art/runtime/arch/
instruction_set.cc 94 case EM_X86_64:
  /external/google-breakpad/src/common/linux/
dump_symbols_unittest.cc 134 ELF elf(EM_X86_64, ELFCLASS64, kLittleEndian);
  /external/perf_data_converter/src/quipper/
dso_test_utils.cc 99 elf_header->e_machine = EM_X86_64;
  /external/syslinux/gpxe/src/include/
elf.h 62 #define EM_X86_64 62 /* AMD x86-64 architecture */
  /system/core/libunwindstack/tests/
ElfCacheTest.cpp 42 ASSERT_TRUE(type == EM_ARM || type == EM_386 || type == EM_X86_64);
114 WriteElfFile(0x200, &tf, EM_X86_64);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf64Convert.c 154 if (!((mEhdr->e_machine == EM_X86_64) || (mEhdr->e_machine == EM_AARCH64))) {
155 Error (NULL, 0, 3000, "Unsupported", "ELF e_machine not EM_X86_64 or EM_AARCH64");
348 case EM_X86_64:
543 case EM_X86_64:
779 if (mEhdr->e_machine == EM_X86_64) {
835 Error (NULL, 0, 3000, "Invalid", "%s unsupported ELF EM_X86_64 relocation 0x%x.", mInImageName, (unsigned) ELF_R_TYPE(Rel->r_info));
967 if (mEhdr->e_machine == EM_X86_64) {
991 Error (NULL, 0, 3000, "Invalid", "%s unsupported ELF EM_X86_64 relocation 0x%x.", mInImageName, (unsigned) ELF_R_TYPE(Rel->r_info));
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 86 ECase(EM_X86_64)
342 case ELF::EM_X86_64:
393 case ELF::EM_X86_64:
443 case ELF::EM_X86_64:
512 case ELF::EM_X86_64:
  /toolchain/binutils/binutils-2.27/binutils/
elfedit.c 82 case EM_X86_64:
606 return EM_X86_64;
608 return EM_X86_64;
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
elf.go 98 case elf.EM_X86_64:
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
elf.go 98 case elf.EM_X86_64:

Completed in 1038 milliseconds

1 2 3 4 5