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

1 2

  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 67 ELFCLASS32 = 1
113 if ei_class not in (ELFCLASS32, ELFCLASS64):
115 is_32bit = ei_class == ELFCLASS32
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 54 ELFCLASS32 = 1, // 32-bit object file
69 unsigned getEIClass() const { return is64Bit ? ELFCLASS64 : ELFCLASS32; }
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 315 write8(is64Bit() ? ELF::ELFCLASS64 : ELF::ELFCLASS32); // e_ident[EI_CLASS]
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 47 private static final int ELFCLASS32 = 1;
233 if (elfClass == ELFCLASS32) {
260 if ((e_machine == EM_386 && elfClass != ELFCLASS32) ||
263 (e_machine == EM_ARM && elfClass != ELFCLASS32) ||
264 (e_machine == EM_QDSP6 && elfClass != ELFCLASS32)) {
  /external/syslinux/gpxe/src/include/
elf.h 130 #define ELFCLASS32 1 /* 32-bit objects */
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-elf.c 101 #define ELFCLASS32 1 /* 32-bit objects */
271 ((CLASS) == ELFCLASS32 \
303 ((CLASS) == ELFCLASS32 \
387 case ELFCLASS32:
439 (ei_class == ELFCLASS32
508 shdr_size = (ei_class == ELFCLASS32
716 ehdr_size = (cl == ELFCLASS32
739 (cl == ELFCLASS32
744 (cl == ELFCLASS32
783 shdr_size = (cl == ELFCLASS32
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 88 Write8(is64Bit() ? ELF::ELFCLASS64 : ELF::ELFCLASS32); // e_ident[EI_CLASS]
    [all...]
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 49 private static final int ELFCLASS32 = 1;
630 if (elfClass == ELFCLASS32) {
659 if ((e_machine == EM_386 && elfClass != ELFCLASS32)
662 || (e_machine == EM_ARM && elfClass != ELFCLASS32)
663 || (e_machine == EM_QDSP6 && elfClass != ELFCLASS32)) {
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 296 #define ELFCLASS32 1
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 340 ELFCLASS32 = 1
358 ELFCLASS32: '32',
454 return self.ei_class == ELF.ELFCLASS32
521 if self.ei_class not in (ELF.ELFCLASS32, ELF.ELFCLASS64):
    [all...]
  /external/kernel-headers/original/uapi/linux/
elf.h 347 #define ELFCLASS32 1
  /external/syslinux/com32/include/sys/
elfcommon.h 294 #define ELFCLASS32 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 352 #define ELFCLASS32 1
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 98 ELFCLASS32 = 1
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 98 ELFCLASS32 = 1
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 324 ELFCLASS32 = 1, // 32-bit object file
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 323 ELFCLASS32 = 1, // 32-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 323 ELFCLASS32 = 1, // 32-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 325 ELFCLASS32 = 1, // 32-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 325 ELFCLASS32 = 1, // 32-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 325 ELFCLASS32 = 1, // 32-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 325 ELFCLASS32 = 1, // 32-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h 325 ELFCLASS32 = 1, // 32-bit object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h 325 ELFCLASS32 = 1, // 32-bit object file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 323 ELFCLASS32 = 1, // 32-bit object file
    [all...]

Completed in 274 milliseconds

1 2