|
OpenASIP 2.2
|

Public Attributes | |
| TPEF::Section * | locationSect |
| Section where relocated immediate or chunk is stored. | |
| TPEF::SectionElement * | location |
| Element that is reloacted. | |
| UValue | bitWidth |
| Number of bits that are used to store the value. | |
| TPEF::ASpaceElement * | dstASpace |
| Address space of destination address. | |
| UValue | destination |
| Destination address. | |
Internal representation of relocation.
Definition at line 120 of file LabelManager.hh.
| UValue LabelManager::InternalRelocation::bitWidth |
Number of bits that are used to store the value.
Definition at line 126 of file LabelManager.hh.
Referenced by LabelManager::addRelocation(), and LabelManager::finalize().
| UValue LabelManager::InternalRelocation::destination |
Destination address.
Definition at line 130 of file LabelManager.hh.
Referenced by LabelManager::addRelocation(), LabelManager::finalize(), and LabelManager::findRelocationDstSection().
| TPEF::ASpaceElement* LabelManager::InternalRelocation::dstASpace |
Address space of destination address.
Definition at line 128 of file LabelManager.hh.
Referenced by LabelManager::addRelocation(), LabelManager::finalize(), and LabelManager::findRelocationDstSection().
| TPEF::SectionElement* LabelManager::InternalRelocation::location |
Element that is reloacted.
Definition at line 124 of file LabelManager.hh.
Referenced by LabelManager::addRelocation(), and LabelManager::finalize().
| TPEF::Section* LabelManager::InternalRelocation::locationSect |
Section where relocated immediate or chunk is stored.
Definition at line 122 of file LabelManager.hh.
Referenced by LabelManager::addRelocation(), and LabelManager::findOrCreateRelocationSection().