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
See Apple's -- PEFBinaryFormat.h
-
Field Summary
Fields inherited from class ghidra.app.util.bin.format.pef.Relocation
opcode
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ImportStateCache importState, RelocationState relocState, ContainerHeader header, Program program, MessageLog log, TaskMonitor monitor) int
int
int
boolean
isMatch()
Methods inherited from class ghidra.app.util.bin.format.pef.Relocation
getOpcode, toDataType, toString
-
Method Details
-
isMatch
public boolean isMatch()- Specified by:
isMatch
in classRelocation
-
getSizeInBytes
public int getSizeInBytes()- Overrides:
getSizeInBytes
in classRelocation
-
getRepeatChunks
public int getRepeatChunks()- Overrides:
getRepeatChunks
in classRelocation
-
getRepeatCount
public int getRepeatCount()- Overrides:
getRepeatCount
in classRelocation
-
apply
public void apply(ImportStateCache importState, RelocationState relocState, ContainerHeader header, Program program, MessageLog log, TaskMonitor monitor) - Specified by:
apply
in classRelocation
-