Package ghidra.app.util.bin.format.omf
Class OmfFixupRecord.FixupTarget
- java.lang.Object
-
- ghidra.app.util.bin.format.omf.OmfFixupRecord.FixupTarget
-
- Enclosing class:
- OmfFixupRecord
public static class OmfFixupRecord.FixupTarget extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FixupTarget()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFrameMethod()
int
getP()
boolean
isFrameThread()
boolean
isTargetThread()
static OmfFixupRecord.FixupTarget
readFixupTarget(BinaryReader reader, boolean hasBigFields)
void
resolveFrame(OmfFixupRecord.FixupState state)
void
resolveTarget(OmfFixupRecord.FixupState state)
-
-
-
Method Detail
-
isFrameThread
public boolean isFrameThread()
-
isTargetThread
public boolean isTargetThread()
-
getFrameMethod
public int getFrameMethod()
-
getP
public int getP()
-
resolveFrame
public void resolveFrame(OmfFixupRecord.FixupState state) throws OmfException
- Throws:
OmfException
-
resolveTarget
public void resolveTarget(OmfFixupRecord.FixupState state) throws OmfException
- Throws:
OmfException
-
readFixupTarget
public static OmfFixupRecord.FixupTarget readFixupTarget(BinaryReader reader, boolean hasBigFields) throws java.io.IOException
- Throws:
java.io.IOException
-
-