HomeSort by relevance Sort by last modified time
    Searched defs:ElfW (Results 51 - 55 of 55) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
link.h 37 #define ElfW(type) Elf64_ ## type
39 #define ElfW(type) Elf32_ ## type
43 ElfW(Addr) dlpi_addr;
45 const ElfW(Phdr)* dlpi_phdr;
46 ElfW(Half) dlpi_phnum;
58 ElfW(Addr) l_addr;
60 ElfW(Dyn)* l_ld;
69 ElfW(Addr) r_brk;
75 ElfW(Addr) r_ldbase;
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
link.h 37 #define ElfW(type) Elf64_ ## type
39 #define ElfW(type) Elf32_ ## type
43 ElfW(Addr) dlpi_addr;
45 const ElfW(Phdr)* dlpi_phdr;
46 ElfW(Half) dlpi_phnum;
58 ElfW(Addr) l_addr;
60 ElfW(Dyn)* l_ld;
69 ElfW(Addr) r_brk;
75 ElfW(Addr) r_ldbase;
  /external/libunwind_llvm/src/
AddressSpace.hpp 65 // systems the data structures are just called Elf_XXX. Define ElfW()
67 #if !defined(ElfW)
68 #define ElfW(type) Elf_##type
399 typedef ElfW(Half) Elf_Half;
402 typedef ElfW(Phdr) Elf_Phdr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/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...]

Completed in 82 milliseconds

1 23