OpenASIP  2.0
Public Attributes | List of all members
TPEF::AOutReader::Header::HeaderRawData Struct Reference

This structure holds the sizes of every section in bytes. More...

Collaboration diagram for TPEF::AOutReader::Header::HeaderRawData:
Collaboration graph

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...
 

Detailed Description

This structure holds the sizes of every section in bytes.

Definition at line 180 of file AOutReader.hh.

Member Data Documentation

◆ data_

Word TPEF::AOutReader::Header::HeaderRawData::data_

The size of data section.

Definition at line 182 of file AOutReader.hh.

◆ dataReloc_

Word TPEF::AOutReader::Header::HeaderRawData::dataReloc_

The size of data relocation section.

Definition at line 185 of file AOutReader.hh.

◆ string_

Word TPEF::AOutReader::Header::HeaderRawData::string_

The size of string section.

Definition at line 187 of file AOutReader.hh.

◆ symbol_

Word TPEF::AOutReader::Header::HeaderRawData::symbol_

The size of symbol table.

Definition at line 186 of file AOutReader.hh.

◆ text_

Word TPEF::AOutReader::Header::HeaderRawData::text_

The size of text section.

Definition at line 181 of file AOutReader.hh.

◆ textReloc_

Word TPEF::AOutReader::Header::HeaderRawData::textReloc_

The size of text relocation section.

Definition at line 184 of file AOutReader.hh.

◆ uData_

Word TPEF::AOutReader::Header::HeaderRawData::uData_

The size of uninitialized data section.

Definition at line 183 of file AOutReader.hh.


The documentation for this struct was generated from the following file: