Subrecord

Package: ghidra.app.util.bin.format.omf
Type: class

11.2_PUBLIC

removedtype: ghidra.app.util.bin.format.omf.OmfFixupRecord.Subrecord
class Subrecord

10.3_PUBLIC

addedmethod: getDataRecordOffset
int getDataRecordOffset()
addedmethod: getFixMethod
int getFixMethod()
addedmethod: getFixMethodWithSub
int getFixMethodWithSub(ghidra.app.util.bin.format.omf.OmfFixupRecord.Subrecord rec)
addedmethod: getFixThreadNum
int getFixThreadNum()
addedmethod: getFrameMethod
int getFrameMethod()
addedmethod: getIndex
int getIndex()
addedmethod: getLocationType
int getLocationType()
addedmethod: getTargetDatum
int getTargetDatum()
addedmethod: getTargetDisplacement
int getTargetDisplacement()
addedmethod: getThreadMethod
int getThreadMethod()
addedmethod: getThreadNum
int getThreadNum()
addedmethod: isFrameInSubThread
boolean isFrameInSubThread()
addedmethod: isFrameThread
boolean isFrameThread()
addedmethod: isSegmentRelative
boolean isSegmentRelative()
addedmethod: isTargetThread
boolean isTargetThread()
addedmethod: isThreadSubrecord
boolean isThreadSubrecord()
addedmethod: readSubrecord
static ghidra.app.util.bin.format.omf.OmfFixupRecord.Subrecord readSubrecord(ghidra.app.util.bin.BinaryReader reader, boolean hasBigFields) throws IOException
removedmethod: isThread
boolean isThread()

9.0.1_PUBLIC

introducedInitial version