|
OpenASIP 2.2
|
#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::TPEFSectionReader::readData(), and TPEF::TPEFUDataSectionReader::readData().
| Word TPEF::TPEFSectionReader::Header::bodyOffset |
Definition at line 69 of file TPEFSectionReader.hh.
Referenced by TPEF::TPEFASpaceSectionReader::readData(), TPEF::TPEFDebugSectionReader::readData(), TPEF::TPEFLineNumSectionReader::readData(), TPEF::TPEFRelocSectionReader::readData(), TPEF::TPEFResourceSectionReader::readData(), TPEF::TPEFSectionReader::readData(), and TPEF::TPEFSymbolSectionReader::readData().
| Word TPEF::TPEFSectionReader::Header::elementSize |
Definition at line 68 of file TPEFSectionReader.hh.
Referenced by TPEF::TPEFASpaceSectionReader::readData(), TPEF::TPEFLineNumSectionReader::readData(), TPEF::TPEFRelocSectionReader::readData(), TPEF::TPEFResourceSectionReader::readData(), TPEF::TPEFSectionReader::readData(), and TPEF::TPEFSymbolSectionReader::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.