|
OpenASIP 2.2
|

Public Attributes | |
| TPEF::ASpaceElement * | aSpace |
| Address space of the label. | |
| UValue | value |
| Address where label is located. | |
| std::string | name |
| Name of the label. | |
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().