Package ghidra.app.util.bin.format.pef
Class RelocLgRepeat
- java.lang.Object
-
- ghidra.app.util.bin.format.pef.Relocation
-
- ghidra.app.util.bin.format.pef.RelocLgRepeat
-
- All Implemented Interfaces:
StructConverter
public class RelocLgRepeat extends Relocation
See Apple's -- PEFBinaryFormat.h
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(ImportStateCache importState, RelocationState relocState, ContainerHeader header, Program program, MessageLog log, TaskMonitor monitor)
int
getChunkCount()
int
getRepeatCount()
int
getSizeInBytes()
boolean
isMatch()
-
Methods inherited from class ghidra.app.util.bin.format.pef.Relocation
getOpcode, toDataType, toString
-
-
-
-
Method Detail
-
isMatch
public boolean isMatch()
- Specified by:
isMatch
in classRelocation
-
getSizeInBytes
public int getSizeInBytes()
- Overrides:
getSizeInBytes
in classRelocation
-
getChunkCount
public int getChunkCount()
-
getRepeatCount
public int getRepeatCount()
-
apply
public void apply(ImportStateCache importState, RelocationState relocState, ContainerHeader header, Program program, MessageLog log, TaskMonitor monitor)
- Specified by:
apply
in classRelocation
-
-