OpenASIP
2.0
|
Public Member Functions | |
RelocInfo (TPEF::Section *aSrcSect, TPEF::SectionElement *aSrcElem, const Address &aDstAddress, int bitWidth) | |
Public Attributes | |
TPEF::Section * | srcSect |
Location section. More... | |
TPEF::SectionElement * | srcElem |
Location element. More... | |
Address | destination |
Destination address. More... | |
int | bits |
Relocation width. More... | |
Info about relocation of immediate or data chunk.
Definition at line 162 of file ProgramWriter.hh.
|
inline |
Definition at line 163 of file ProgramWriter.hh.
int TTAProgram::ProgramWriter::RelocInfo::bits |
Relocation width.
Definition at line 177 of file ProgramWriter.hh.
Referenced by TTAProgram::ProgramWriter::createRelocSections().
Address TTAProgram::ProgramWriter::RelocInfo::destination |
Destination address.
Definition at line 175 of file ProgramWriter.hh.
Referenced by TTAProgram::ProgramWriter::createRelocSections().
TPEF::SectionElement* TTAProgram::ProgramWriter::RelocInfo::srcElem |
Location element.
Definition at line 173 of file ProgramWriter.hh.
Referenced by TTAProgram::ProgramWriter::createRelocSections().
TPEF::Section* TTAProgram::ProgramWriter::RelocInfo::srcSect |
Location section.
Definition at line 171 of file ProgramWriter.hh.
Referenced by TTAProgram::ProgramWriter::createRelocSections().