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

1 2 3 4 5

  /bionic/libc/arch-arm/include/machine/
exec.h 40 #define ELF_TARG_CLASS ELFCLASS32
  /bionic/libc/arch-x86/include/machine/
exec.h 40 #define ELF_TARG_CLASS ELFCLASS32
  /development/ndk/platforms/android-3/arch-arm/include/machine/
exec.h 40 #define ELF_TARG_CLASS ELFCLASS32
  /development/ndk/platforms/android-5/arch-x86/include/machine/
exec.h 40 #define ELF_TARG_CLASS ELFCLASS32
  /external/elfutils/libelf/
gelf_newehdr.c 33 return (class == ELFCLASS32
gelf_checksum.c 35 return (elf->class == ELFCLASS32
gelf_newphdr.c 33 return (elf->class == ELFCLASS32
gelf_xlatetof.c 38 return (elf->class == ELFCLASS32
gelf_xlatetom.c 38 return (elf->class == ELFCLASS32
elf_getident.c 46 return (char *) (elf->class == ELFCLASS32
elf_update.c 59 if ((class == ELFCLASS32
68 if ((class == ELFCLASS32
136 size = (elf->class == ELFCLASS32
elf_end.c 104 Elf_ScnList *list = (elf->class == ELFCLASS32
155 if (oldp != (elf->class == ELFCLASS32
167 free (elf->class == ELFCLASS32
175 free (elf->class == ELFCLASS32
elf_getshnum.c 51 != (elf->class == ELFCLASS32
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/machine/
exec.h 40 #define ELF_TARG_CLASS ELFCLASS32
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/machine/
exec.h 40 #define ELF_TARG_CLASS ELFCLASS32
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/machine/
exec.h 40 #define ELF_TARG_CLASS ELFCLASS32
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
exec.h 40 #define ELF_TARG_CLASS ELFCLASS32
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/machine/
exec.h 40 #define ELF_TARG_CLASS ELFCLASS32
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
exec.h 40 #define ELF_TARG_CLASS ELFCLASS32
  /external/elfutils/tests/
showptable.c 60 gelf_getclass (elf) == ELFCLASS32 ? 9 : 17, "offset",
61 gelf_getclass (elf) == ELFCLASS32 ? 10 : 18, "vaddr",
62 gelf_getclass (elf) == ELFCLASS32 ? 10 : 18, "paddr",
63 gelf_getclass (elf) == ELFCLASS32 ? 9 : 12, "filesz",
64 gelf_getclass (elf) == ELFCLASS32 ? 9 : 12, "memsz");
92 gelf_getclass (elf) == ELFCLASS32 ? 9 : 17,
94 gelf_getclass (elf) == ELFCLASS32 ? 10 : 18,
96 gelf_getclass (elf) == ELFCLASS32 ? 10 : 18,
98 gelf_getclass (elf) == ELFCLASS32 ? 9 : 12,
100 gelf_getclass (elf) == ELFCLASS32 ? 9 : 12
    [all...]
  /bionic/libc/arch-sh/include/machine/
exec.h 9 #define ELF_TARG_CLASS ELFCLASS32
  /bionic/libc/kernel/arch-arm/asm/
elf.h 42 #define ELF_CLASS ELFCLASS32
  /bionic/libc/kernel/arch-x86/asm/
elf.h 43 #define ELF_CLASS ELFCLASS32
  /development/ndk/platforms/android-3/arch-arm/include/asm/
elf.h 42 #define ELF_CLASS ELFCLASS32
  /development/ndk/platforms/android-5/arch-x86/include/asm/
elf.h 43 #define ELF_CLASS ELFCLASS32

Completed in 2843 milliseconds

1 2 3 4 5