Package ghidra.app.util.bin.format.omf
Class OmfSymbolRecord
- java.lang.Object
-
- ghidra.app.util.bin.format.omf.OmfRecord
-
- ghidra.app.util.bin.format.omf.OmfSymbolRecord
-
public class OmfSymbolRecord extends OmfRecord
-
-
Constructor Summary
Constructors Constructor Description OmfSymbolRecord(BinaryReader reader, boolean isStatic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getGroupIndex()
int
getSegmentIndex()
OmfSymbol
getSymbol(int i)
boolean
isStatic()
int
numSymbols()
-
Methods inherited from class ghidra.app.util.bin.format.omf.OmfRecord
calcCheckSum, getRecordLength, getRecordType, hasBigFields, readCheckSumByte, readIndex, readInt1Or2, readInt2Or4, readRecord, readRecordHeader, readString, validCheckSum
-
-
-
-
Constructor Detail
-
OmfSymbolRecord
public OmfSymbolRecord(BinaryReader reader, boolean isStatic) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
isStatic
public boolean isStatic()
-
getGroupIndex
public int getGroupIndex()
-
getSegmentIndex
public int getSegmentIndex()
-
numSymbols
public int numSymbols()
-
getSymbol
public OmfSymbol getSymbol(int i)
-
-