Class Omf51SegmentDefs

java.lang.Object
ghidra.app.util.bin.format.omf.OmfRecord
ghidra.app.util.bin.format.omf.omf51.Omf51SegmentDefs
All Implemented Interfaces:
StructConverter

public class Omf51SegmentDefs extends OmfRecord
  • Constructor Details

    • Omf51SegmentDefs

      public Omf51SegmentDefs(BinaryReader reader, boolean largeSegmentId) throws IOException
      Creates a new Omf51SegmentDefs record
      Parameters:
      reader - A BinaryReader positioned at the start of the record
      largeSegmentId - True if the segment ID is 2 bytes; false if 1 byte
      Throws:
      IOException - if an IO-related error occurred
  • Method Details