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
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
88
typedef typename ELFO::
Elf_Vernaux
Elf_Vernaux
;
152
// If the integer is 1, this is an
Elf_Vernaux
*.
156
VersionMapEntry(const
Elf_Vernaux
*vernaux)
164
const
Elf_Vernaux
*getVernaux() const {
165
return isVernaux() ? (const
Elf_Vernaux
*)getPointer() : nullptr;
228
// Iterate through the versions needed section, and place each
Elf_Vernaux
248
if (paux + sizeof(
Elf_Vernaux
) > sec_end)
251
const
Elf_Vernaux
*vna = reinterpret_cast<const
Elf_Vernaux
*>(paux)
[
all
...]
/external/llvm/include/llvm/Object/
ELF.h
53
typedef Elf_Vernaux_Impl<ELFT>
Elf_Vernaux
;
Completed in 1809 milliseconds