HomeSort by relevance Sort by last modified time
    Searched defs:EM_AARCH64 (Results 1 - 25 of 39) sorted by null

1 2

  /system/core/libunwindstack/tests/
GenGnuDebugdata.cpp 29 #if !defined(EM_AARCH64)
30 #define EM_AARCH64 183
109 InitEhdr<Elf64_Ehdr>(&ehdr64, ELFCLASS64, EM_AARCH64);
ElfInterfaceTest.cpp 35 #if !defined(EM_AARCH64)
36 #define EM_AARCH64 183
    [all...]
  /system/core/libunwindstack/include/unwindstack/
Elf.h 31 #if !defined(EM_AARCH64)
32 #define EM_AARCH64 183
  /external/valgrind/coregrind/
launcher-linux.c 60 #ifndef EM_AARCH64
61 #define EM_AARCH64 183 // ditto
264 } else if (header.ehdr64.e_machine == EM_AARCH64 &&
  /art/runtime/
elf_utils.h 43 #define EM_AARCH64 183
  /bionic/libc/kernel/uapi/linux/
elf-em.h 51 #define EM_AARCH64 183
  /external/iproute2/include/uapi/linux/
elf-em.h 40 #define EM_AARCH64 183 /* ARM 64 bit */
  /external/kernel-headers/original/uapi/linux/
elf-em.h 40 #define EM_AARCH64 183 /* ARM 64 bit */
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 45 private static final int EM_AARCH64 = 183;
253 e_machine != EM_AARCH64 && e_machine != EM_ARM &&
262 (e_machine == EM_AARCH64 && elfClass != ELFCLASS64) ||
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 94 #ifndef EM_AARCH64
95 #define EM_AARCH64 183
301 case EM_AARCH64:
782 case EM_AARCH64: return "arm64";
    [all...]
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 47 private static final int EM_AARCH64 = 183;
651 && e_machine != EM_AARCH64
661 || (e_machine == EM_AARCH64 && elfClass != ELFCLASS64)
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 372 EM_AARCH64 = 183
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 174 EM_AARCH64 = 183
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 174 EM_AARCH64 = 183
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 277 EM_AARCH64 = 183, // ARM AArch64
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 274 EM_AARCH64 = 183, // ARM AArch64
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 274 EM_AARCH64 = 183, // ARM AArch64
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 276 EM_AARCH64 = 183, // ARM AArch64
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 276 EM_AARCH64 = 183, // ARM AArch64
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 276 EM_AARCH64 = 183, // ARM AArch64
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 276 EM_AARCH64 = 183, // ARM AArch64
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h 276 EM_AARCH64 = 183, // ARM AArch64
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h 276 EM_AARCH64 = 183, // ARM AArch64
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 274 EM_AARCH64 = 183, // ARM AArch64
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 276 EM_AARCH64 = 183, // ARM AArch64
    [all...]

Completed in 152 milliseconds

1 2