gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
ecoff_filehdr Struct Reference

#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
 

Detailed Description

Definition at line 42 of file exec_ecoff.h.

Member Data Documentation

◆ f_flags

coff_ushort ecoff_filehdr::f_flags

Definition at line 49 of file exec_ecoff.h.

◆ f_magic

coff_ushort ecoff_filehdr::f_magic

Definition at line 43 of file exec_ecoff.h.

Referenced by EcoffObject::loadGlobalSymbols(), and EcoffObject::loadLocalSymbols().

◆ f_nscns

coff_ushort ecoff_filehdr::f_nscns

Definition at line 44 of file exec_ecoff.h.

◆ f_nsyms

coff_uint ecoff_filehdr::f_nsyms

Definition at line 47 of file exec_ecoff.h.

◆ f_opthdr

coff_ushort ecoff_filehdr::f_opthdr

Definition at line 48 of file exec_ecoff.h.

◆ f_symptr

coff_ulong ecoff_filehdr::f_symptr

Definition at line 46 of file exec_ecoff.h.

Referenced by EcoffObject::loadGlobalSymbols(), and EcoffObject::loadLocalSymbols().

◆ f_timdat

coff_uint ecoff_filehdr::f_timdat

Definition at line 45 of file exec_ecoff.h.


The documentation for this struct was generated from the following file:

Generated on Fri Feb 28 2020 16:27:10 for gem5 by doxygen 1.8.13