decompiler
1.0.0
|
A name recommendation for a particular dynamic storage location. More...
#include <varmap.hh>
Public Member Functions | |
DynamicRecommend (const Address &addr, uint8 h, const string &nm, uint8 id) | |
Constructor. | |
const Address & | getAddress (void) const |
Get the use point address. | |
uint8 | getHash (void) const |
Get the dynamic hash. | |
string | getName (void) const |
Get the recommended name. | |
uint8 | getSymbolId (void) const |
Get the original Symbol id. | |
Private Attributes | |
Address | usePoint |
Use point of the Symbol. | |
uint8 | hash |
Hash encoding the Symbols environment. | |
string | name |
The local symbol name recommendation. | |
uint8 | symbolId |
Id associated with the original Symbol. | |
A name recommendation for a particular dynamic storage location.
A recommendation for a symbol name whose storage is dynamic. The storage is identified using the DynamicHash mechanism and may or may not exist.