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

1 2

  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 68 ELFCLASS64 = 2
113 if ei_class not in (ELFCLASS32, ELFCLASS64):
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 55 ELFCLASS64 = 2 // 64-bit object file
69 unsigned getEIClass() const { return is64Bit ? ELFCLASS64 : ELFCLASS32; }
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 48 private static final int ELFCLASS64 = 2;
235 } else if (elfClass == ELFCLASS64) {
261 (e_machine == EM_X86_64 && elfClass != ELFCLASS64) ||
262 (e_machine == EM_AARCH64 && elfClass != ELFCLASS64) ||
  /external/syslinux/gpxe/src/include/
elf.h 131 #define ELFCLASS64 2 /* 64-bit objects */
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-elf.c 102 #define ELFCLASS64 2 /* 64-bit objects */
393 case ELFCLASS64:
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 50 private static final int ELFCLASS64 = 2;
632 } else if (elfClass == ELFCLASS64) {
660 || (e_machine == EM_X86_64 && elfClass != ELFCLASS64)
661 || (e_machine == EM_AARCH64 && elfClass != ELFCLASS64)
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 297 #define ELFCLASS64 2
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 341 ELFCLASS64 = 2
359 ELFCLASS64: '64',
458 return self.ei_class == ELF.ELFCLASS64
521 if self.ei_class not in (ELF.ELFCLASS32, ELF.ELFCLASS64):
    [all...]
  /external/kernel-headers/original/uapi/linux/
elf.h 348 #define ELFCLASS64 2
  /external/syslinux/com32/include/sys/
elfcommon.h 295 #define ELFCLASS64 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 353 #define ELFCLASS64 2
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 99 ELFCLASS64 = 2
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 99 ELFCLASS64 = 2
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 325 ELFCLASS64 = 2 // 64-bit object file
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 324 ELFCLASS64 = 2 // 64-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 324 ELFCLASS64 = 2 // 64-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 326 ELFCLASS64 = 2 // 64-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 326 ELFCLASS64 = 2 // 64-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 326 ELFCLASS64 = 2 // 64-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 326 ELFCLASS64 = 2 // 64-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h 326 ELFCLASS64 = 2 // 64-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h 326 ELFCLASS64 = 2 // 64-bit object file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 324 ELFCLASS64 = 2 // 64-bit object file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 326 ELFCLASS64 = 2 // 64-bit object file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 326 ELFCLASS64 = 2 // 64-bit object file
    [all...]

Completed in 883 milliseconds

1 2