Modifier and Type | Field and Description |
---|---|
static int |
F_AR16WR |
static int |
F_AR32W |
static int |
F_AR32WR |
static int |
F_DLL |
static int |
F_DYNLOAD |
static int |
F_EXEC |
int |
f_flags |
static int |
F_LNNO |
static int |
F_LSYMS |
int |
f_magic |
int |
f_nscns |
int |
f_nsyms |
int |
f_opthdr |
static int |
F_RELFLG |
static int |
F_SHROBJ |
int |
f_symptr |
int |
f_timdat |
static int |
FILHSZ |
Constructor and Description |
---|
FileHeader(byte[] hdr,
boolean little) |
FileHeader(RandomAccessFile file) |
FileHeader(RandomAccessFile file,
long offset) |
Modifier and Type | Method and Description |
---|---|
void |
commonSetup(byte[] hdr,
boolean little) |
boolean |
isDebug() |
boolean |
isExec() |
boolean |
isStrip() |
String |
toString() |
public static final int FILHSZ
public static final int F_RELFLG
public static final int F_EXEC
public static final int F_LNNO
public static final int F_LSYMS
public static final int F_AR16WR
public static final int F_AR32WR
public static final int F_AR32W
public static final int F_DYNLOAD
public static final int F_SHROBJ
public static final int F_DLL
public int f_magic
public int f_nscns
public int f_timdat
public int f_symptr
public int f_nsyms
public int f_opthdr
public int f_flags
public FileHeader(RandomAccessFile file) throws IOException
IOException
public FileHeader(RandomAccessFile file, long offset) throws IOException
IOException
public FileHeader(byte[] hdr, boolean little) throws EOFException
EOFException
public void commonSetup(byte[] hdr, boolean little) throws EOFException
EOFException
public boolean isStrip()
public boolean isExec()
public boolean isDebug()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.