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