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