OpenASIP  2.0
Public Member Functions | Public Attributes | List of all members
TPEF::AOutSymbolSectionReader::StabData Struct Reference
Collaboration diagram for TPEF::AOutSymbolSectionReader::StabData:
Collaboration graph

Public Member Functions

 StabData (Byte aType, Byte anOther, HalfWord aDescr, Word aValue, Word aName)
 

Public Attributes

Byte stabType
 Stab type. More...
 
Byte other
 Stab other field. More...
 
HalfWord description
 Description field. More...
 
Word value
 Value of the stab. More...
 
Word nameOffset
 Offset to string table. More...
 

Detailed Description

All the information of read a.out stab.

Definition at line 73 of file AOutSymbolSectionReader.hh.

Constructor & Destructor Documentation

◆ StabData()

TPEF::AOutSymbolSectionReader::StabData::StabData ( Byte  aType,
Byte  anOther,
HalfWord  aDescr,
Word  aValue,
Word  aName 
)
inline

Definition at line 74 of file AOutSymbolSectionReader.hh.

76  :
77  stabType(aType), other(anOther), description(aDescr),
78  value(aValue), nameOffset(aName) {
79  }

Member Data Documentation

◆ description

HalfWord TPEF::AOutSymbolSectionReader::StabData::description

Description field.

Definition at line 86 of file AOutSymbolSectionReader.hh.

◆ nameOffset

Word TPEF::AOutSymbolSectionReader::StabData::nameOffset

Offset to string table.

Definition at line 90 of file AOutSymbolSectionReader.hh.

◆ other

Byte TPEF::AOutSymbolSectionReader::StabData::other

Stab other field.

Definition at line 84 of file AOutSymbolSectionReader.hh.

◆ stabType

Byte TPEF::AOutSymbolSectionReader::StabData::stabType

Stab type.

Definition at line 82 of file AOutSymbolSectionReader.hh.

◆ value

Word TPEF::AOutSymbolSectionReader::StabData::value

Value of the stab.

Definition at line 88 of file AOutSymbolSectionReader.hh.


The documentation for this struct was generated from the following file:
TPEF::AOutSymbolSectionReader::StabData::stabType
Byte stabType
Stab type.
Definition: AOutSymbolSectionReader.hh:82
TPEF::AOutSymbolSectionReader::StabData::description
HalfWord description
Description field.
Definition: AOutSymbolSectionReader.hh:86
TPEF::AOutSymbolSectionReader::StabData::nameOffset
Word nameOffset
Offset to string table.
Definition: AOutSymbolSectionReader.hh:90
TPEF::AOutSymbolSectionReader::StabData::value
Word value
Value of the stab.
Definition: AOutSymbolSectionReader.hh:88
TPEF::AOutSymbolSectionReader::StabData::other
Byte other
Stab other field.
Definition: AOutSymbolSectionReader.hh:84