gem5
v19.0.0.0
|
#include <coff_sym.h>
Public Attributes | |
coff_long | value |
coff_int | iss |
unsigned | st: 6 |
unsigned | sc: 5 |
unsigned | reserved: 1 |
unsigned | index: 20 |
Definition at line 241 of file coff_sym.h.
unsigned ecoff_sym::index |
Definition at line 247 of file coff_sym.h.
coff_int ecoff_sym::iss |
Definition at line 243 of file coff_sym.h.
Referenced by EcoffObject::loadGlobalSymbols(), and EcoffObject::loadLocalSymbols().
unsigned ecoff_sym::reserved |
Definition at line 246 of file coff_sym.h.
unsigned ecoff_sym::sc |
Definition at line 245 of file coff_sym.h.
unsigned ecoff_sym::st |
Definition at line 244 of file coff_sym.h.
Referenced by EcoffObject::loadLocalSymbols().
coff_long ecoff_sym::value |
Definition at line 242 of file coff_sym.h.
Referenced by EcoffObject::loadGlobalSymbols(), and EcoffObject::loadLocalSymbols().