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 intgetFrameMethod()intgetP()booleanisFrameThread()booleanisTargetThread()static OmfFixupRecord.FixupTargetreadFixupTarget(BinaryReader reader, boolean hasBigFields)voidresolveFrame(OmfFixupRecord.FixupState state)voidresolveTarget(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
-
-