OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Elf_Verdef
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/sys/
exec_elf.h
[
all
...]
/external/llvm/include/llvm/Object/
ELF.h
226
///
Elf_Verdef
: This is the structure of entries in the SHT_GNU_verdef section
568
typedef Elf_Verdef_Impl<ELFT>
Elf_Verdef
;
611
// If the integer is 0, this is an
Elf_Verdef
*.
614
VersionMapEntry(const
Elf_Verdef
*verdef)
621
const
Elf_Verdef
*getVerdef() const {
622
return isVerdef() ? (const
Elf_Verdef
*)getPointer() : NULL;
[
all
...]
Completed in 46 milliseconds