Package org.eclipse.cdt.utils.xcoff
Class XCoff32.OptionalHeader
java.lang.Object
org.eclipse.cdt.utils.xcoff.XCoff32.OptionalHeader
- Enclosing class:
XCoff32
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
int
int
int
short
short
short
byte
byte
int
int
int
short
short
short
short
short
short
short
int
int
int
short
-
Constructor Summary
-
Method Summary
-
Field Details
-
AOUTHDRSZ
public static final int AOUTHDRSZ- See Also:
-
magic
public short magic -
vstamp
public short vstamp -
tsize
public int tsize -
dsize
public int dsize -
bsize
public int bsize -
entry
public int entry -
text_start
public int text_start -
data_start
public int data_start -
o_toc
public int o_toc -
o_snentry
public short o_snentry -
o_sntext
public short o_sntext -
o_sndata
public short o_sndata -
o_sntoc
public short o_sntoc -
o_snloader
public short o_snloader -
o_snbss
public short o_snbss -
o_algntext
public short o_algntext -
o_algndata
public short o_algndata -
o_modtype
public short o_modtype -
o_cpuflag
public byte o_cpuflag -
o_cputype
public byte o_cputype -
o_maxstack
public int o_maxstack -
o_maxdata
public int o_maxdata -
o_debugger
public int o_debugger
-
-
Constructor Details
-
OptionalHeader
- Throws:
IOException
-
OptionalHeader
- Throws:
IOException
-
-
Method Details