Class OmfGroupRecord

java.lang.Object
ghidra.app.util.bin.format.omf.OmfRecord
ghidra.app.util.bin.format.omf.OmfGroupRecord

public class OmfGroupRecord extends OmfRecord
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • setStartAddress

      public void setStartAddress(long val)
    • getStartAddress

      public long getStartAddress()
    • getFrameDatum

      public int getFrameDatum()
      This is the segment selector needed for this object
      Returns:
      The segment selector
    • numSegments

      public int numSegments()
    • getSegmentComponentType

      public byte getSegmentComponentType(int i)
    • getSegmentIndex

      public int getSegmentIndex(int i)
    • getAddress

      public Address getAddress(Language language)
    • resolveNames

      public void resolveNames(ArrayList<String> nameList) throws OmfException
      Throws:
      OmfException