The Pedigree Project
0.1
|
Public Member Functions | |
Symbol (Elf *pP, Binding b, uintptr_t v) | |
Elf * | getParent () const |
Binding | getBinding () const |
uintptr_t | getValue () const |
Private Attributes | |
Elf * | m_pParent |
Binding | m_Binding |
uintptr_t | m_Value |
Definition at line 118 of file SymbolTable.h.