Package ghidra.app.util.bin.format.omf
Class OmfFixupRecord.FixupTarget
java.lang.Object
ghidra.app.util.bin.format.omf.OmfFixupRecord.FixupTarget
- Enclosing class:
- OmfFixupRecord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getP()
boolean
boolean
static OmfFixupRecord.FixupTarget
readFixupTarget
(BinaryReader reader, boolean hasBigFields) void
void
-
Constructor Details
-
FixupTarget
public FixupTarget()
-
-
Method Details
-
isFrameThread
public boolean isFrameThread() -
isTargetThread
public boolean isTargetThread() -
getFrameMethod
public int getFrameMethod() -
getP
public int getP() -
resolveFrame
- Throws:
OmfException
-
resolveTarget
- Throws:
OmfException
-
readFixupTarget
public static OmfFixupRecord.FixupTarget readFixupTarget(BinaryReader reader, boolean hasBigFields) throws IOException - Throws:
IOException
-