Package ghidra.app.util.bin.format.omf
Class OmfExternalSymbol
- java.lang.Object
 - 
- ghidra.app.util.bin.format.omf.OmfRecord
 - 
- ghidra.app.util.bin.format.omf.OmfExternalSymbol
 
 
 
- 
- Direct Known Subclasses:
 OmfComdefRecord
public class OmfExternalSymbol extends OmfRecord
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedOmfExternalSymbol(boolean isStatic)OmfExternalSymbol(BinaryReader reader, boolean isStatic) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OmfSymbol[]getSymbols()booleanisStatic()- 
Methods inherited from class ghidra.app.util.bin.format.omf.OmfRecord
calcCheckSum, getRecordLength, getRecordType, hasBigFields, readCheckSumByte, readIndex, readInt1Or2, readInt2Or4, readRecord, readRecordHeader, readString, validCheckSum 
 - 
 
 - 
 
- 
- 
Field Detail
- 
symbol
protected OmfSymbol[] symbol
 
 - 
 
- 
Constructor Detail
- 
OmfExternalSymbol
protected OmfExternalSymbol(boolean isStatic)
 
- 
OmfExternalSymbol
public OmfExternalSymbol(BinaryReader reader, boolean isStatic) throws java.io.IOException
- Throws:
 java.io.IOException
 
 - 
 
- 
Method Detail
- 
getSymbols
public OmfSymbol[] getSymbols()
 
- 
isStatic
public boolean isStatic()
 
 - 
 
 -