Package ghidra.app.util.bin.format.omf
Class OmfComdefRecord
- java.lang.Object
-
- ghidra.app.util.bin.format.omf.OmfRecord
-
- ghidra.app.util.bin.format.omf.OmfExternalSymbol
-
- ghidra.app.util.bin.format.omf.OmfComdefRecord
-
public class OmfComdefRecord extends OmfExternalSymbol
-
-
Field Summary
-
Fields inherited from class ghidra.app.util.bin.format.omf.OmfExternalSymbol
symbol
-
-
Constructor Summary
Constructors Constructor Description OmfComdefRecord(BinaryReader reader, boolean isStatic)
-
Method Summary
-
Methods inherited from class ghidra.app.util.bin.format.omf.OmfExternalSymbol
getSymbols, isStatic
-
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
-
OmfComdefRecord
public OmfComdefRecord(BinaryReader reader, boolean isStatic) throws java.io.IOException, OmfException
- Throws:
java.io.IOException
OmfException
-
-