Class OmfSymbol

java.lang.Object
ghidra.app.util.bin.format.omf.OmfSymbol

public class OmfSymbol extends Object
  • Constructor Details

    • OmfSymbol

      public OmfSymbol(String name, int type, long off, int dT, int bL)
  • Method Details

    • getName

      public String getName()
    • getDataType

      public int getDataType()
    • getOffset

      public long getOffset()
    • getSegmentRef

      public int getSegmentRef()
    • setSegmentRef

      public void setSegmentRef(int val)
    • setAddress

      public void setAddress(Address addr)
    • getAddress

      public Address getAddress()
    • getFrameDatum

      public int getFrameDatum()
    • isFloatingPointSpecial

      public boolean isFloatingPointSpecial()