#include <opt_ipaa_summary.h>

Public Member Functions | |
| void | Print (FILE *f) const |
| void | Trace (void) const |
| BOOL | Get_addressing (void) const |
| void | Set_addressing (void) |
| void | Reset_addressing (void) |
Private Member Functions | |
| _major (major) | |
| _minor (minor) | |
| _size (sizeof(IPAA_FILE_DESCRIPTOR)) | |
| _flags (0) | |
| _strings (1, 0, 0) | |
| _symrefs (sizeof(IPAA_SYMBOL_REF), 0, 0) | |
| _sections (sizeof(IPAA_SECTION), 0, 0) | |
| _modrefs (sizeof(IPAA_MODREF), 0, 0) | |
| _refbits (sizeof(REFBITS), 0, 0) | |
| _sets (sizeof(IPAA_SET), 0, 0) | |
| _pu_info (sizeof(IPAA_PU_INFO), 0, 0) | |
| ~IPAA_FILE_DESCRIPTOR () | |
Private Attributes | |
| mINT32 | _magic |
| mINT8 | _major |
| mINT8 | _minor |
| mINT8 | _size |
| mINT8 | _flags |
| IPAA_TABLE_DESCRIPTOR | _strings |
| IPAA_TABLE_DESCRIPTOR | _symrefs |
| IPAA_TABLE_DESCRIPTOR | _sections |
| IPAA_TABLE_DESCRIPTOR | _modrefs |
| IPAA_TABLE_DESCRIPTOR | _refbits |
| IPAA_TABLE_DESCRIPTOR | _sets |
| IPAA_TABLE_DESCRIPTOR | _pu_info |
| __pad0__: _magic ( IPAA_MAGIC ) | |
Friends | |
| class | IPAA_SUMMARY |
Definition at line 512 of file opt_ipaa_summary.h.
| IPAA_FILE_DESCRIPTOR::~IPAA_FILE_DESCRIPTOR | ( | ) | [inline, private] |
Definition at line 547 of file opt_ipaa_summary.h.
| IPAA_FILE_DESCRIPTOR::_flags | ( | 0 | ) | [private] |
| IPAA_FILE_DESCRIPTOR::_major | ( | major | ) | [private] |
| IPAA_FILE_DESCRIPTOR::_minor | ( | minor | ) | [private] |
| IPAA_FILE_DESCRIPTOR::_modrefs | ( | sizeof(IPAA_MODREF) | , | |
| 0 | , | |||
| 0 | ||||
| ) | [private] |
| IPAA_FILE_DESCRIPTOR::_pu_info | ( | sizeof(IPAA_PU_INFO) | , | |
| 0 | , | |||
| 0 | ||||
| ) | [inline, private] |
Definition at line 542 of file opt_ipaa_summary.h.
| IPAA_FILE_DESCRIPTOR::_refbits | ( | sizeof(REFBITS) | , | |
| 0 | , | |||
| 0 | ||||
| ) | [private] |
| IPAA_FILE_DESCRIPTOR::_sections | ( | sizeof(IPAA_SECTION) | , | |
| 0 | , | |||
| 0 | ||||
| ) | [private] |
| IPAA_FILE_DESCRIPTOR::_sets | ( | sizeof(IPAA_SET) | , | |
| 0 | , | |||
| 0 | ||||
| ) | [private] |
| IPAA_FILE_DESCRIPTOR::_size | ( | sizeof(IPAA_FILE_DESCRIPTOR) | ) | [private] |
| IPAA_FILE_DESCRIPTOR::_strings | ( | 1 | , | |
| 0 | , | |||
| 0 | ||||
| ) | [private] |
| IPAA_FILE_DESCRIPTOR::_symrefs | ( | sizeof(IPAA_SYMBOL_REF) | , | |
| 0 | , | |||
| 0 | ||||
| ) | [private] |
| BOOL IPAA_FILE_DESCRIPTOR::Get_addressing | ( | void | ) | const [inline] |
| void IPAA_FILE_DESCRIPTOR::Print | ( | FILE * | f | ) | const |
| void IPAA_FILE_DESCRIPTOR::Reset_addressing | ( | void | ) | [inline] |
| void IPAA_FILE_DESCRIPTOR::Set_addressing | ( | void | ) | [inline] |
| void IPAA_FILE_DESCRIPTOR::Trace | ( | void | ) | const |
friend class IPAA_SUMMARY [friend] |
Definition at line 514 of file opt_ipaa_summary.h.
IPAA_FILE_DESCRIPTOR::__pad0__ [private] |
Definition at line 531 of file opt_ipaa_summary.h.
mINT8 IPAA_FILE_DESCRIPTOR::_flags [private] |
Definition at line 520 of file opt_ipaa_summary.h.
Referenced by Get_addressing(), Reset_addressing(), and Set_addressing().
mINT32 IPAA_FILE_DESCRIPTOR::_magic [private] |
Definition at line 516 of file opt_ipaa_summary.h.
mINT8 IPAA_FILE_DESCRIPTOR::_major [private] |
Definition at line 517 of file opt_ipaa_summary.h.
mINT8 IPAA_FILE_DESCRIPTOR::_minor [private] |
Definition at line 518 of file opt_ipaa_summary.h.
Definition at line 524 of file opt_ipaa_summary.h.
Definition at line 527 of file opt_ipaa_summary.h.
Definition at line 525 of file opt_ipaa_summary.h.
Definition at line 523 of file opt_ipaa_summary.h.
Definition at line 526 of file opt_ipaa_summary.h.
mINT8 IPAA_FILE_DESCRIPTOR::_size [private] |
Definition at line 519 of file opt_ipaa_summary.h.
Definition at line 521 of file opt_ipaa_summary.h.
Definition at line 522 of file opt_ipaa_summary.h.
1.5.7.1