OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Elf_Verdaux
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Object/
ELFTypes.h
237
typedef Elf_Verdaux_Impl<ELFT>
Elf_Verdaux
;
247
const
Elf_Verdaux
*getAux() const {
248
return reinterpret_cast<const
Elf_Verdaux
*>((const char *)this + vd_aux);
252
///
Elf_Verdaux
: This is the structure of auxiliary data in the SHT_GNU_verdef
ELF.h
51
typedef Elf_Verdaux_Impl<ELFT>
Elf_Verdaux
;
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
90
typedef typename ELFO::
Elf_Verdaux
Elf_Verdaux
;
[
all
...]
Completed in 57 milliseconds