Modifier and Type | Field and Description |
---|---|
static int |
AOUTHDRSZ |
int |
bsize |
int |
data_start |
int |
dsize |
int |
entry |
short |
magic |
short |
o_algndata |
short |
o_algntext |
byte |
o_cpuflag |
byte |
o_cputype |
int |
o_debugger |
int |
o_maxdata |
int |
o_maxstack |
short |
o_modtype |
short |
o_snbss |
short |
o_sndata |
short |
o_snentry |
short |
o_snloader |
short |
o_sntext |
short |
o_sntoc |
int |
o_toc |
int |
text_start |
int |
tsize |
short |
vstamp |
Constructor and Description |
---|
OptionalHeader(RandomAccessFile file) |
OptionalHeader(RandomAccessFile file,
long offset) |
public static final int AOUTHDRSZ
public short magic
public short vstamp
public int tsize
public int dsize
public int bsize
public int entry
public int text_start
public int data_start
public int o_toc
public short o_snentry
public short o_sntext
public short o_sndata
public short o_sntoc
public short o_snloader
public short o_snbss
public short o_algntext
public short o_algndata
public short o_modtype
public byte o_cpuflag
public byte o_cputype
public int o_maxstack
public int o_maxdata
public int o_debugger
public OptionalHeader(RandomAccessFile file) throws IOException
IOException
public OptionalHeader(RandomAccessFile file, long offset) throws IOException
IOException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.