Public Methods | |
Symbol (vma_t _address, const std::string &_name) | |
bool | operator< (const Symbol &rhs) const |
bool | operator== (const Symbol &rhs) const |
Public Attributes | |
vma_t | address |
address of symbol. More... | |
std::string | name |
name of symbol. More... |
Definition at line 40 of file symbols.h.
|
Definition at line 44 of file symbols.h. References address, name, and vma_t.
|
|
Definition at line 47 of file symbols.h.
|
|
Definition at line 49 of file symbols.h.
|
|
address of symbol.
Definition at line 42 of file symbols.h. Referenced by operator<(), operator==(), and Symbol(). |
|
name of symbol.
Definition at line 43 of file symbols.h. Referenced by operator<(), operator==(), and Symbol(). |