Class OmfExternalSymbol

java.lang.Object
ghidra.app.util.bin.format.omf.OmfRecord
ghidra.app.util.bin.format.omf.OmfExternalSymbol
Direct Known Subclasses:
OmfComdatExternalSymbol, OmfComdefRecord

public class OmfExternalSymbol extends OmfRecord
  • Field Details

  • Constructor Details

    • OmfExternalSymbol

      protected OmfExternalSymbol(boolean isStatic)
    • OmfExternalSymbol

      public OmfExternalSymbol(BinaryReader reader, boolean isStatic) throws IOException
      Throws:
      IOException
  • Method Details

    • getSymbols

      public List<OmfSymbol> getSymbols()
    • isStatic

      public boolean isStatic()