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

1 2 3 4 5

  /external/qemu/elff/
elff_elf.h 124 #define ELFCLASS32 1
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 124 #define ELFCLASS32 1
  /cts/tests/src/android/os/cts/
ReadElf.java 132 private static final int ELFCLASS32 = 1;
463 if (elfClass == ELFCLASS32) {
  /external/grub/stage2/
i386-elf.h 46 #define ELFCLASS32 1 /* i386 -- up to 32-bit data sizes present */
98 & (h.e_ident[EI_CLASS] == ELFCLASS32) & (h.e_ident[EI_DATA] == ELFDATA2LSB) \
  /development/ndk/platforms/android-3/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 390 Write8(is64Bit() ? ELF::ELFCLASS64 : ELF::ELFCLASS32); // e_ident[EI_CLASS]
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 348 #define ELFCLASS32 1
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elf.h 331 #define ELFCLASS32 1
374 #if ELF_CLASS == ELFCLASS32
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h 331 #define ELFCLASS32 1
374 #if ELF_CLASS == ELFCLASS32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h 331 #define ELFCLASS32 1
374 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
elf.h 309 #define ELFCLASS32 1
347 #if ELF_CLASS == ELFCLASS32

Completed in 1341 milliseconds

1 2 3 4 5