Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

aouthdr Struct Reference

Data structure that describe the MIPS COFF format. More...

#include <coff.h>

List of all members.

Public Attributes

short magic
short vstamp
long tsize
long dsize
long bsize
long entry
long text_start
long data_start
long bss_start
long gprmask
long cprmask [4]
long gp_value


Detailed Description

Data structure that describe the MIPS COFF format.

Definition at line 29 of file coff.h.


Member Data Documentation

long aouthdr::bsize
 

uninitialized data " "

Definition at line 34 of file coff.h.

long aouthdr::bss_start
 

base of bss used for this file

Definition at line 38 of file coff.h.

long aouthdr::cprmask
 

co-processor register masks

Definition at line 40 of file coff.h.

long aouthdr::data_start
 

base of data used for this file

Definition at line 37 of file coff.h.

long aouthdr::dsize
 

initialized data " "

Definition at line 33 of file coff.h.

long aouthdr::entry
 

entry pt.

Definition at line 35 of file coff.h.

long aouthdr::gp_value
 

the gp value used for this object

Definition at line 41 of file coff.h.

long aouthdr::gprmask
 

general purpose register mask

Definition at line 39 of file coff.h.

short aouthdr::magic
 

see above

Definition at line 30 of file coff.h.

long aouthdr::text_start
 

base of text used for this file

Definition at line 36 of file coff.h.

long aouthdr::tsize
 

text size in bytes, padded to DW bdry

Definition at line 32 of file coff.h.

short aouthdr::vstamp
 

version stamp

Definition at line 31 of file coff.h.


The documentation for this struct was generated from the following file:
Generated at Wed Jul 4 11:32:23 2001 for Nachos by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001