Home | History | Annotate | Download | only in include

Lines Matching refs:ElfW

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;