RelocationRange.this
this
() @disableDefault constructor for creating an empty range.
this
(const(ubyte)[] data, size_t totalRelocations, bool hasAddend,
types.ElfClass elfClass)Constructor from relocation table data.
Parameters
data | The raw relocation table data. |
totalRelocations | The total number of relocations. |
hasAddend | true for RELA, false for REL. |
elfClass | The ELF class (32-bit or 64-bit). |
this
(const(ubyte)[] data, size_t currentIndex, size_t totalRelocations,
bool hasAddend, types.ElfClass elfClass)Private constructor for creating saved copies.