#include <Auxilary.h>
Inheritance diagram for AuxilarySection:
Public Member Functions | |
AuxilarySection (uint32_t idx) | |
~AuxilarySection () | |
uint8_t | getAuxilaryType () |
char * | charStream () |
GET_FIELD_CLASS_A (uint32_t, x_scnlen, x_scn) | |
GET_FIELD_CLASS_A (uint16_t, x_nreloc, x_scn) | |
GET_FIELD_CLASS_A (uint16_t, x_nlinno, x_scn) | |
void | print (StringTable *stringTable, DebugSection *debugRawSect, bool followAux) |
Private Attributes | |
AUXENT | entry |
|
Definition at line 26 of file Auxilary.h. |
|
Definition at line 27 of file Auxilary.h. |
|
Reimplemented from SymbolBase. Definition at line 30 of file Auxilary.h. References entry. |
|
Definition at line 33 of file Auxilary.h. References entry, and auxent::x_scn. |
|
Definition at line 32 of file Auxilary.h. References entry, and auxent::x_scn. |
|
Definition at line 31 of file Auxilary.h. References entry, and auxent::x_scn. |
|
Reimplemented from Auxilary. Definition at line 28 of file Auxilary.h. References Type__Auxilary_Symbol_Section. |
|
Reimplemented from Auxilary. Definition at line 33 of file Auxilary.C. References GET_A, SymbolBase::getIndex(), Auxilary::getTypeName(), and PRINT_INFOR. |
|
Definition at line 24 of file Auxilary.h. Referenced by charStream(), and GET_FIELD_CLASS_A(). |