#include <Elf_X.h>
Public Member Functions | |
| Elf_X_Vernaux () | |
| Elf_X_Vernaux (bool is64_, void *input) | |
| unsigned long | vna_hash () const |
| unsigned long | vna_flags () const |
| unsigned long | vna_other () const |
| unsigned long | vna_name () const |
| unsigned long | vna_next () const |
| Elf_X_Vernaux * | get_next () const |
| bool | isValid () const |
Protected Attributes | |
| void * | data |
| Elf32_Vernaux * | vernaux32 |
| Elf64_Vernaux * | vernaux64 |
| bool | is64 |
Definition at line 359 of file Elf_X.h.
| Elf_X_Vernaux::Elf_X_Vernaux | ( | ) |
Definition at line 1096 of file Elf_X.C.
Referenced by get_next().
| Elf_X_Vernaux::Elf_X_Vernaux | ( | bool | is64_, | |
| void * | input | |||
| ) |
| Elf_X_Vernaux * Elf_X_Vernaux::get_next | ( | ) | const |
Definition at line 1140 of file Elf_X.C.
References data, Elf_X_Vernaux(), is64, and vna_next().
Referenced by Dyninst::SymtabAPI::Object::parse_dynamicSymbols().
| bool Elf_X_Vernaux::isValid | ( | ) | const |
| unsigned long Elf_X_Vernaux::vna_flags | ( | ) | const |
| unsigned long Elf_X_Vernaux::vna_hash | ( | ) | const |
| unsigned long Elf_X_Vernaux::vna_name | ( | ) | const |
| unsigned long Elf_X_Vernaux::vna_next | ( | ) | const |
| unsigned long Elf_X_Vernaux::vna_other | ( | ) | const |
void* Dyninst::Elf_X_Vernaux::data [protected] |
Definition at line 376 of file Elf_X.h.
Referenced by Elf_X_Vernaux(), and get_next().
bool Dyninst::Elf_X_Vernaux::is64 [protected] |
Definition at line 379 of file Elf_X.h.
Referenced by Elf_X_Vernaux(), get_next(), vna_flags(), vna_hash(), vna_name(), vna_next(), and vna_other().
Elf32_Vernaux* Dyninst::Elf_X_Vernaux::vernaux32 [protected] |
Definition at line 377 of file Elf_X.h.
Referenced by Elf_X_Vernaux(), isValid(), vna_flags(), vna_hash(), vna_name(), vna_next(), and vna_other().
Elf64_Vernaux* Dyninst::Elf_X_Vernaux::vernaux64 [protected] |
Definition at line 378 of file Elf_X.h.
Referenced by Elf_X_Vernaux(), isValid(), vna_flags(), vna_hash(), vna_name(), vna_next(), and vna_other().
1.6.1