OpenASIP
2.0
|
Public Attributes | |
TPEF::ASpaceElement * | aSpace |
Address space of the label. More... | |
UValue | value |
Address where label is located. More... | |
std::string | name |
Name of the label. More... | |
Internal representation of label.
Definition at line 108 of file LabelManager.hh.
TPEF::ASpaceElement* LabelManager::InternalLabel::aSpace |
Address space of the label.
Definition at line 110 of file LabelManager.hh.
Referenced by LabelManager::addLabel(), and LabelManager::findSectionByAddress().
std::string LabelManager::InternalLabel::name |
Name of the label.
Definition at line 114 of file LabelManager.hh.
Referenced by LabelManager::addLabel(), and LabelManager::finalize().
UValue LabelManager::InternalLabel::value |
Address where label is located.
Definition at line 112 of file LabelManager.hh.
Referenced by LabelManager::addLabel(), LabelManager::createSymbolWithReference(), and LabelManager::findSectionByAddress().