gem5
|
#include <coff_sym.h>
Public Attributes | |
SYMR | asym |
unsigned | jmptbl:1 |
unsigned | cobol_main:1 |
unsigned | weakext:1 |
unsigned | reserved:29 |
coff_int | ifd |
Definition at line 293 of file coff_sym.h.
SYMR ecoff_extsym::asym |
Definition at line 294 of file coff_sym.h.
Referenced by EcoffObject::loadGlobalSymbols().
unsigned ecoff_extsym::cobol_main |
Definition at line 296 of file coff_sym.h.
coff_int ecoff_extsym::ifd |
Definition at line 299 of file coff_sym.h.
unsigned ecoff_extsym::jmptbl |
Definition at line 295 of file coff_sym.h.
unsigned ecoff_extsym::reserved |
Definition at line 298 of file coff_sym.h.
unsigned ecoff_extsym::weakext |
Definition at line 297 of file coff_sym.h.