ElfRelocation.this

this(const(ubyte)[] data, size_t index, bool hasAddend, types.ElfClass elfClass)

Constructor from raw relocation table data.

Parameters

dataThe raw relocation table data.
indexThe index of this relocation in the table.
hasAddendtrue if this is a RELA entry (with addend), false for REL.
elfClassThe ELF class (32-bit or 64-bit).