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

  /bionic/libc/include/
link.h 40 #define ElfW(type) Elf64_ ## type
42 #define ElfW(type) Elf32_ ## type
46 ElfW(Addr) dlpi_addr;
48 const ElfW(Phdr)* dlpi_phdr;
49 ElfW(Half) dlpi_phnum;
65 ElfW(Addr) l_addr;
67 ElfW(Dyn)* l_ld;
76 ElfW(Addr) r_brk;
82 ElfW(Addr) r_ldbase;
  /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 73 milliseconds