OpenASIP
2.0
|
This structure holds the sizes of every section in bytes. More...
Public Attributes | |
Word | text_ |
The size of text section. More... | |
Word | data_ |
The size of data section. More... | |
Word | uData_ |
The size of uninitialized data section. More... | |
Word | textReloc_ |
The size of text relocation section. More... | |
Word | dataReloc_ |
The size of data relocation section. More... | |
Word | symbol_ |
The size of symbol table. More... | |
Word | string_ |
The size of string section. More... | |
This structure holds the sizes of every section in bytes.
Definition at line 180 of file AOutReader.hh.
Word TPEF::AOutReader::Header::HeaderRawData::data_ |
The size of data section.
Definition at line 182 of file AOutReader.hh.
Word TPEF::AOutReader::Header::HeaderRawData::dataReloc_ |
The size of data relocation section.
Definition at line 185 of file AOutReader.hh.
Word TPEF::AOutReader::Header::HeaderRawData::string_ |
The size of string section.
Definition at line 187 of file AOutReader.hh.
Word TPEF::AOutReader::Header::HeaderRawData::symbol_ |
The size of symbol table.
Definition at line 186 of file AOutReader.hh.
Word TPEF::AOutReader::Header::HeaderRawData::text_ |
The size of text section.
Definition at line 181 of file AOutReader.hh.
Word TPEF::AOutReader::Header::HeaderRawData::textReloc_ |
The size of text relocation section.
Definition at line 184 of file AOutReader.hh.
Word TPEF::AOutReader::Header::HeaderRawData::uData_ |
The size of uninitialized data section.
Definition at line 183 of file AOutReader.hh.