gem5
v19.0.0.0
|
#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 267 of file coff_sym.h.
SYMR ecoff_extsym::asym |
Definition at line 268 of file coff_sym.h.
unsigned ecoff_extsym::cobol_main |
Definition at line 270 of file coff_sym.h.
coff_int ecoff_extsym::ifd |
Definition at line 273 of file coff_sym.h.
unsigned ecoff_extsym::jmptbl |
Definition at line 269 of file coff_sym.h.
unsigned ecoff_extsym::reserved |
Definition at line 272 of file coff_sym.h.
unsigned ecoff_extsym::weakext |
Definition at line 271 of file coff_sym.h.