#include <SymbolTable.h>
Inheritance diagram for Symbol64:
Public Member Functions | |
Symbol64 (uint32_t idx) | |
~Symbol64 () | |
char * | charStream () |
SYMBOL_MACROS_CLASS ("For the get_X field macros check the defines directory") | |
uint32_t | getNameOffset () |
char * | getNameStringTable (StringTable *stringTable) |
char * | getNameDebugSection (DebugSection *rawDebugSect) |
void | changeValueCopy (uint64_t value, char *buff) |
Private Attributes | |
SYMENT_64 | entry |
|
Definition at line 91 of file SymbolTable.h. |
|
Definition at line 92 of file SymbolTable.h. |
|
Reimplemented from Symbol. Definition at line 177 of file SymbolTable.C. References entry, and Size__NN_bit_SymbolTable_Entry. |
|
Reimplemented from SymbolBase. Definition at line 93 of file SymbolTable.h. References entry. |
|
Reimplemented from Symbol. Definition at line 132 of file SymbolTable.C. References getNameOffset(), and DebugSection::getString(). |
|
Reimplemented from Symbol. Definition at line 110 of file SymbolTable.C. Referenced by getNameDebugSection(), and getNameStringTable(). |
|
Reimplemented from Symbol. Definition at line 160 of file SymbolTable.C. References getNameOffset(), and StringTable::getString(). |
|
|
|
Definition at line 88 of file SymbolTable.h. Referenced by changeValueCopy(), and charStream(). |