OpenASIP
2.0
|
Public Attributes | |
TPEF::Section * | locationSect |
Section where relocated immediate or chunk is stored. More... | |
TPEF::SectionElement * | location |
Element that is reloacted. More... | |
UValue | bitWidth |
Number of bits that are used to store the value. More... | |
TPEF::ASpaceElement * | dstASpace |
Address space of destination address. More... | |
UValue | destination |
Destination address. More... | |
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().