HomeSort by relevance Sort by last modified time
    Searched refs:ElfW (Results 1 - 20 of 20) sorted by null

  /bionic/libc/include/
link.h 37 #define ElfW(type) Elf32_##type
40 ElfW(Addr) dlpi_addr;
42 const ElfW(Phdr)* dlpi_phdr;
43 ElfW(Half) dlpi_phnum;
  /development/ndk/platforms/android-3/include/
link.h 37 #define ElfW(type) Elf32_##type
40 ElfW(Addr) dlpi_addr;
42 const ElfW(Phdr)* dlpi_phdr;
43 ElfW(Half) dlpi_phnum;
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
link.h 37 #define ElfW(type) Elf32_##type
40 ElfW(Addr) dlpi_addr;
42 const ElfW(Phdr)* dlpi_phdr;
43 ElfW(Half) dlpi_phnum;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
link.h 37 #define ElfW(type) Elf32_##type
40 ElfW(Addr) dlpi_addr;
42 const ElfW(Phdr)* dlpi_phdr;
43 ElfW(Half) dlpi_phnum;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
link.h 37 #define ElfW(type) Elf32_##type
40 ElfW(Addr) dlpi_addr;
42 const ElfW(Phdr)* dlpi_phdr;
43 ElfW(Half) dlpi_phnum;
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
link.h 37 #define ElfW(type) Elf32_##type
40 ElfW(Addr) dlpi_addr;
42 const ElfW(Phdr)* dlpi_phdr;
43 ElfW(Half) dlpi_phnum;
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
link.h 37 #define ElfW(type) Elf32_##type
40 ElfW(Addr) dlpi_addr;
42 const ElfW(Phdr)* dlpi_phdr;
43 ElfW(Half) dlpi_phnum;
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
link.h 37 #define ElfW(type) Elf32_##type
40 ElfW(Addr) dlpi_addr;
42 const ElfW(Phdr)* dlpi_phdr;
43 ElfW(Half) dlpi_phnum;
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
link.h 37 #define ElfW(type) Elf32_##type
40 ElfW(Addr) dlpi_addr;
42 const ElfW(Phdr)* dlpi_phdr;
43 ElfW(Half) dlpi_phnum;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
link.h 37 #define ElfW(type) Elf32_##type
40 ElfW(Addr) dlpi_addr;
42 const ElfW(Phdr)* dlpi_phdr;
43 ElfW(Half) dlpi_phnum;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
link.h 37 #define ElfW(type) Elf32_##type
40 ElfW(Addr) dlpi_addr;
42 const ElfW(Phdr)* dlpi_phdr;
43 ElfW(Half) dlpi_phnum;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
link.h 37 #define ElfW(type) Elf32_##type
40 ElfW(Addr) dlpi_addr;
42 const ElfW(Phdr)* dlpi_phdr;
43 ElfW(Half) dlpi_phnum;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
link.h 30 `ElfW(TYPE)' is used in place of `Elf32_TYPE' or `Elf64_TYPE'. */
31 #define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type)
54 ElfW(Addr) r_brk;
64 ElfW(Addr) r_ldbase; /* Base address the linker is loaded at. */
77 extern ElfW(Dyn) _DYNAMIC[];
90 ElfW(Addr) l_addr; /* Base address shared object is loaded at. */
92 ElfW(Dyn) *l_ld; /* Dynamic section of the shared object. */
140 ElfW(Addr) dlpi_addr;
142 const ElfW(Phdr) *dlpi_phdr;
143 ElfW(Half) dlpi_phnum
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
link.h 30 `ElfW(TYPE)' is used in place of `Elf32_TYPE' or `Elf64_TYPE'. */
31 #define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type)
54 ElfW(Addr) r_brk;
64 ElfW(Addr) r_ldbase; /* Base address the linker is loaded at. */
77 extern ElfW(Dyn) _DYNAMIC[];
90 ElfW(Addr) l_addr; /* Base address shared object is loaded at. */
92 ElfW(Dyn) *l_ld; /* Dynamic section of the shared object. */
140 ElfW(Addr) dlpi_addr;
142 const ElfW(Phdr) *dlpi_phdr;
143 ElfW(Half) dlpi_phnum
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
link.h 30 `ElfW(TYPE)' is used in place of `Elf32_TYPE' or `Elf64_TYPE'. */
31 #define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type)
54 ElfW(Addr) r_brk;
64 ElfW(Addr) r_ldbase; /* Base address the linker is loaded at. */
77 extern ElfW(Dyn) _DYNAMIC[];
90 ElfW(Addr) l_addr; /* Base address shared object is loaded at. */
92 ElfW(Dyn) *l_ld; /* Dynamic section of the shared object. */
140 ElfW(Addr) dlpi_addr;
142 const ElfW(Phdr) *dlpi_phdr;
143 ElfW(Half) dlpi_phnum
    [all...]
  /external/compiler-rt/lib/msan/
msan_linux.cc 95 typedef ElfW(Phdr) Elf_Phdr;
96 typedef ElfW(Ehdr) Elf_Ehdr;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_linux.cc 130 typedef ElfW(Phdr) Elf_Phdr;
  /external/valgrind/main/none/tests/ppc32/
test_dfp2.c 81 ElfW(auxv_t) * auxv_buf = NULL;
86 auxv_buf = (ElfW(auxv_t)*) __auxv_find();
  /external/valgrind/main/none/tests/ppc64/
test_dfp2.c 81 ElfW(auxv_t) * auxv_buf = NULL;
86 auxv_buf = (ElfW(auxv_t)*) __auxv_find();
  /external/qemu/
elf.h     [all...]

Completed in 346 milliseconds