OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Elf_Verdaux
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Object/
ELFTypes.h
206
typedef Elf_Verdaux_Impl<ELFT>
Elf_Verdaux
;
216
const
Elf_Verdaux
*getAux() const {
217
return reinterpret_cast<const
Elf_Verdaux
*>((const char *)this + vd_aux);
221
///
Elf_Verdaux
: This is the structure of auxiliary data in the SHT_GNU_verdef
ELF.h
132
typedef Elf_Verdaux_Impl<ELFT>
Elf_Verdaux
;
[
all
...]
Completed in 473 milliseconds