OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:elf_verneed
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Object/
ELF.h
133
typedef Elf_Verneed_Impl<ELFT>
Elf_Verneed
;
469
if (p + sizeof(
Elf_Verneed
) > sec_end)
472
const
Elf_Verneed
*vn = reinterpret_cast<const
Elf_Verneed
*>(p);
[
all
...]
ELFTypes.h
230
///
Elf_Verneed
: This is the structure of entries in the SHT_GNU_verneed
Completed in 516 milliseconds