RelocationTable

Package: ghidra.program.model.reloc
Type: class

10.3_PUBLIC

addedmethod: add
ghidra.program.model.reloc.Relocation add(ghidra.program.model.address.Address addr, ghidra.program.model.reloc.Relocation.Status status, int type, long[] values, byte[] bytes, java.lang.String symbolName)
addedmethod: add
ghidra.program.model.reloc.Relocation add(ghidra.program.model.address.Address addr, ghidra.program.model.reloc.Relocation.Status status, int type, long[] values, int byteLength, java.lang.String symbolName)
removedmethod: add
ghidra.program.model.reloc.Relocation add(ghidra.program.model.address.Address addr, int type, long[] values, byte[] bytes, java.lang.String symbolName)

10.2_PUBLIC

addedmethod: getRelocationAddressAfter
ghidra.program.model.address.Address getRelocationAddressAfter(ghidra.program.model.address.Address addr)
addedmethod: getRelocations
java.util.List<ghidra.program.model.reloc.Relocation> getRelocations(ghidra.program.model.address.Address addr)
addedmethod: hasRelocation
boolean hasRelocation(ghidra.program.model.address.Address addr)
removedmethod: getRelocation
ghidra.program.model.reloc.Relocation getRelocation(ghidra.program.model.address.Address addr)
removedmethod: getRelocationAfter
ghidra.program.model.reloc.Relocation getRelocationAfter(ghidra.program.model.address.Address addr)
removedmethod: remove
void remove(ghidra.program.model.reloc.Relocation reloc)

9.0.2_PUBLIC

introducedInitial version