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
/bionic/libc/include/sys/
exec_elf.h
[
all
...]
/external/llvm/include/llvm/Object/
ELF.h
231
typedef Elf_Verdaux_Impl<ELFT>
Elf_Verdaux
;
241
const
Elf_Verdaux
*getAux() const {
242
return reinterpret_cast<const
Elf_Verdaux
*>((const char*)this + vd_aux);
246
///
Elf_Verdaux
: This is the structure of auxiliary data in the SHT_GNU_verdef
569
typedef Elf_Verdaux_Impl<ELFT>
Elf_Verdaux
;
[
all
...]
Completed in 3895 milliseconds