gem5
|
#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 267 of file coff_sym.h.
unsigned ecoff_sym::index |
Definition at line 273 of file coff_sym.h.
coff_int ecoff_sym::iss |
Definition at line 269 of file coff_sym.h.
Referenced by EcoffObject::loadGlobalSymbols(), and EcoffObject::loadLocalSymbols().
unsigned ecoff_sym::reserved |
Definition at line 272 of file coff_sym.h.
unsigned ecoff_sym::sc |
Definition at line 271 of file coff_sym.h.
unsigned ecoff_sym::st |
Definition at line 270 of file coff_sym.h.
Referenced by EcoffObject::loadLocalSymbols().
coff_long ecoff_sym::value |
Definition at line 268 of file coff_sym.h.
Referenced by EcoffObject::loadGlobalSymbols(), and EcoffObject::loadLocalSymbols().