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