OpenASIP
2.0
|
#include <TPEFSectionReader.hh>
Public Attributes | |
SectionId | sectionId |
SectionId | linkId |
Word | sectionSize |
Word | elementSize |
Word | bodyOffset |
Word | bodyLength |
Stores data of TPEF section header.
Definition at line 64 of file TPEFSectionReader.hh.
Word TPEF::TPEFSectionReader::Header::bodyLength |
Definition at line 70 of file TPEFSectionReader.hh.
Referenced by TPEF::TPEFDataSectionReader::readData(), TPEF::TPEFUDataSectionReader::readData(), and TPEF::TPEFSectionReader::readData().
Word TPEF::TPEFSectionReader::Header::bodyOffset |
Definition at line 69 of file TPEFSectionReader.hh.
Referenced by TPEF::TPEFASpaceSectionReader::readData(), TPEF::TPEFDebugSectionReader::readData(), TPEF::TPEFSymbolSectionReader::readData(), TPEF::TPEFResourceSectionReader::readData(), TPEF::TPEFLineNumSectionReader::readData(), TPEF::TPEFRelocSectionReader::readData(), and TPEF::TPEFSectionReader::readData().
Word TPEF::TPEFSectionReader::Header::elementSize |
Definition at line 68 of file TPEFSectionReader.hh.
Referenced by TPEF::TPEFASpaceSectionReader::readData(), TPEF::TPEFLineNumSectionReader::readData(), TPEF::TPEFResourceSectionReader::readData(), TPEF::TPEFSymbolSectionReader::readData(), TPEF::TPEFRelocSectionReader::readData(), and TPEF::TPEFSectionReader::readData().
SectionId TPEF::TPEFSectionReader::Header::linkId |
Definition at line 66 of file TPEFSectionReader.hh.
Referenced by TPEF::TPEFSectionReader::readData().
SectionId TPEF::TPEFSectionReader::Header::sectionId |
Definition at line 65 of file TPEFSectionReader.hh.
Referenced by TPEF::TPEFSectionReader::readData().
Word TPEF::TPEFSectionReader::Header::sectionSize |
Definition at line 67 of file TPEFSectionReader.hh.