Package org.eclipse.cdt.utils.coff
Class PE.ImportDirectoryEntry
- java.lang.Object
-
- org.eclipse.cdt.utils.coff.PE.ImportDirectoryEntry
-
-
Constructor Summary
Constructors Constructor Description ImportDirectoryEntry(RandomAccessFile file)
ImportDirectoryEntry(RandomAccessFile file, long offset)
-
-
-
Field Detail
-
ENTRYSZ
public static final int ENTRYSZ
- See Also:
- Constant Field Values
-
rva
public int rva
-
timestamp
public int timestamp
-
forwarder
public int forwarder
-
name
public int name
-
thunk
public int thunk
-
-
Constructor Detail
-
ImportDirectoryEntry
public ImportDirectoryEntry(RandomAccessFile file) throws IOException
- Throws:
IOException
-
ImportDirectoryEntry
public ImportDirectoryEntry(RandomAccessFile file, long offset) throws IOException
- Throws:
IOException
-
-