ElfRelocation.this
this
(const(ubyte)[] data, size_t index, bool hasAddend,
types.ElfClass elfClass)Constructor from raw relocation table data.
Parameters
data | The raw relocation table data. |
index | The index of this relocation in the table. |
hasAddend | true if this is a RELA entry (with addend), false for REL. |
elfClass | The ELF class (32-bit or 64-bit). |