gem5
|
#include <exec_ecoff.h>
Public Attributes | |
coff_ushort | f_magic |
coff_ushort | f_nscns |
coff_uint | f_timdat |
coff_ulong | f_symptr |
coff_uint | f_nsyms |
coff_ushort | f_opthdr |
coff_ushort | f_flags |
Definition at line 40 of file exec_ecoff.h.
coff_ushort ecoff_filehdr::f_flags |
Definition at line 47 of file exec_ecoff.h.
coff_ushort ecoff_filehdr::f_magic |
Definition at line 41 of file exec_ecoff.h.
Referenced by EcoffObject::loadGlobalSymbols(), and EcoffObject::loadLocalSymbols().
coff_ushort ecoff_filehdr::f_nscns |
Definition at line 42 of file exec_ecoff.h.
coff_uint ecoff_filehdr::f_nsyms |
Definition at line 45 of file exec_ecoff.h.
coff_ushort ecoff_filehdr::f_opthdr |
Definition at line 46 of file exec_ecoff.h.
coff_ulong ecoff_filehdr::f_symptr |
Definition at line 44 of file exec_ecoff.h.
Referenced by EcoffObject::loadGlobalSymbols(), and EcoffObject::loadLocalSymbols().
coff_uint ecoff_filehdr::f_timdat |
Definition at line 43 of file exec_ecoff.h.