RelocationRange.this

this() @disable

Default constructor for creating an empty range.

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

Constructor from relocation table data.

Parameters

dataThe raw relocation table data.
totalRelocationsThe total number of relocations.
hasAddendtrue for RELA, false for REL.
elfClassThe 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.