Package ghidra.app.util.bin.format.omf
Class OmfFixupRecord.ThreadSubrecord
java.lang.Object
ghidra.app.util.bin.format.omf.OmfFixupRecord.Subrecord
ghidra.app.util.bin.format.omf.OmfFixupRecord.ThreadSubrecord
- Enclosing class:
- OmfFixupRecord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getIndex()
int
int
boolean
readThreadSubrecord
(BinaryReader reader, boolean hasBigFields) void
Methods inherited from class ghidra.app.util.bin.format.omf.OmfFixupRecord.Subrecord
isThread
-
Constructor Details
-
ThreadSubrecord
public ThreadSubrecord()
-
-
Method Details
-
getMethod
public int getMethod() -
getIndex
public int getIndex() -
isFrameThread
public boolean isFrameThread() -
getThreadNum
public int getThreadNum() -
updateState
-
readThreadSubrecord
public static OmfFixupRecord.ThreadSubrecord readThreadSubrecord(BinaryReader reader, boolean hasBigFields) throws IOException - Throws:
IOException
-