#include <Elf_X.h>
Public Member Functions | |
| Elf_X_Versym () | |
| Elf_X_Versym (bool is64_, Elf_Data *input) | |
| unsigned long | get (int i) const |
| unsigned long | count () const |
| bool | isValid () const |
Protected Attributes | |
| Elf_Data * | data |
| Elf32_Half * | versym32 |
| Elf64_Half * | versym64 |
| bool | is64 |
Definition at line 288 of file Elf_X.h.
| Elf_X_Versym::Elf_X_Versym | ( | bool | is64_, | |
| Elf_Data * | input | |||
| ) |
| unsigned long Elf_X_Versym::count | ( | ) | const |
| unsigned long Elf_X_Versym::get | ( | int | i | ) | const |
| bool Elf_X_Versym::isValid | ( | ) | const |
Elf_Data* Dyninst::Elf_X_Versym::data [protected] |
Definition at line 301 of file Elf_X.h.
Referenced by count(), and Elf_X_Versym().
bool Dyninst::Elf_X_Versym::is64 [protected] |
Definition at line 304 of file Elf_X.h.
Referenced by count(), Elf_X_Versym(), and get().
Elf32_Half* Dyninst::Elf_X_Versym::versym32 [protected] |
Definition at line 302 of file Elf_X.h.
Referenced by Elf_X_Versym(), get(), and isValid().
Elf64_Half* Dyninst::Elf_X_Versym::versym64 [protected] |
Definition at line 303 of file Elf_X.h.
Referenced by Elf_X_Versym(), get(), and isValid().
1.6.1