OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Elf_Vernaux
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/sys/
exec_elf.h
[
all
...]
/external/llvm/include/llvm/Object/
ELF.h
267
///
Elf_Vernaux
: This is the structure of auxiliary data in SHT_GNU_verneed
571
typedef Elf_Vernaux_Impl<ELFT>
Elf_Vernaux
;
612
// If the integer is 1, this is an
Elf_Vernaux
*.
616
VersionMapEntry(const
Elf_Vernaux
*vernaux)
624
const
Elf_Vernaux
*getVernaux() const {
625
return isVernaux() ? (const
Elf_Vernaux
*)getPointer() : NULL;
[
all
...]
Completed in 26 milliseconds