OpenASIP
2.0
|
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... | |
All the information of read a.out stab.
Definition at line 73 of file AOutSymbolSectionReader.hh.
|
inline |
Definition at line 74 of file AOutSymbolSectionReader.hh.
HalfWord TPEF::AOutSymbolSectionReader::StabData::description |
Description field.
Definition at line 86 of file AOutSymbolSectionReader.hh.
Word TPEF::AOutSymbolSectionReader::StabData::nameOffset |
Offset to string table.
Definition at line 90 of file AOutSymbolSectionReader.hh.
Byte TPEF::AOutSymbolSectionReader::StabData::other |
Stab other field.
Definition at line 84 of file AOutSymbolSectionReader.hh.
Byte TPEF::AOutSymbolSectionReader::StabData::stabType |
Stab type.
Definition at line 82 of file AOutSymbolSectionReader.hh.
Word TPEF::AOutSymbolSectionReader::StabData::value |
Value of the stab.
Definition at line 88 of file AOutSymbolSectionReader.hh.