|
OpenASIP 2.2
|

Public Member Functions | |
| StabData (Byte aType, Byte anOther, HalfWord aDescr, Word aValue, Word aName) | |
Public Attributes | |
| Byte | stabType |
| Stab type. | |
| Byte | other |
| Stab other field. | |
| HalfWord | description |
| Description field. | |
| Word | value |
| Value of the stab. | |
| Word | nameOffset |
| Offset to string table. | |
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.