Package ghidra.app.util.bin.format.elf.relocation
package ghidra.app.util.bin.format.elf.relocation
- 
ClassDescription
ElfRelocationHandlerprovides the base class for processor specific ELF relocation handlers.ElfRelocationContext<H extends ElfRelocationHandler>ElfRelocationContextprovides a relocation handler context related to the processing of entries contained within a specific relocation table.NOTE: ELF relocation handler implementations should extendAbstractElfRelocationHandlerwhich now usesElfRelocationTypeenum values instead of simple constants.