Lines Matching refs:ElfW
66 const ElfW(Sym) *symbol; // Symbol in the dynamic symbol table.
90 const ElfW(Phdr)* GetPhdr(int index) const;
91 const ElfW(Sym)* GetDynsym(int index) const;
92 const ElfW(Versym)* GetVersym(int index) const;
93 const ElfW(Verdef)* GetVerdef(int index) const;
94 const ElfW(Verdaux)* GetVerdefAux(const ElfW(Verdef) *verdef) const;
95 const char* GetDynstr(ElfW(Word) offset) const;
96 const void* GetSymAddr(const ElfW(Sym) *sym) const;
97 const char* GetVerstr(ElfW(Word) offset) const;
117 const ElfW(Ehdr) *ehdr_;
118 const ElfW(Sym) *dynsym_;
119 const ElfW(Versym) *versym_;
120 const ElfW(Verdef) *verdef_;
121 const ElfW(Word) *hash_;
125 ElfW(Addr) link_base_; // Link-time base (p_vaddr of first PT_LOAD).