Package org.eclipse.cdt.utils.coff
Class Coff64.Reloc
- java.lang.Object
-
- org.eclipse.cdt.utils.coff.Coff64.Reloc
-
-
Constructor Summary
Constructors Constructor Description Reloc(RandomAccessFile file)
Reloc(RandomAccessFile file, long offset)
-
-
-
Field Detail
-
RELSZ
public static final int RELSZ
- See Also:
- Constant Field Values
-
r_vaddr
public int r_vaddr
-
r_symndx
public int r_symndx
-
r_type
public int r_type
-
-
Constructor Detail
-
Reloc
public Reloc(RandomAccessFile file) throws IOException
- Throws:
IOException
-
Reloc
public Reloc(RandomAccessFile file, long offset) throws IOException
- Throws:
IOException
-
-