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_sym Struct Reference

#include <coff_sym.h>

Public Attributes

coff_long value
 
coff_int iss
 
unsigned st: 6
 
unsigned sc: 5
 
unsigned reserved: 1
 
unsigned index: 20
 

Detailed Description

Definition at line 241 of file coff_sym.h.

Member Data Documentation

◆ index

unsigned ecoff_sym::index

Definition at line 247 of file coff_sym.h.

◆ iss

coff_int ecoff_sym::iss

Definition at line 243 of file coff_sym.h.

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

◆ reserved

unsigned ecoff_sym::reserved

Definition at line 246 of file coff_sym.h.

◆ sc

unsigned ecoff_sym::sc

Definition at line 245 of file coff_sym.h.

◆ st

unsigned ecoff_sym::st

Definition at line 244 of file coff_sym.h.

Referenced by EcoffObject::loadLocalSymbols().

◆ value

coff_long ecoff_sym::value

Definition at line 242 of file coff_sym.h.

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


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