SymbolRange.this
this
() @disableConstructor for creating an empty range.
this
(const(ubyte)[] data, size_t totalSymbols, ElfStringTable strtab,
types.ElfClass elfClass)Constructor from symbol table data.
Parameters
data | The raw symbol table data. |
totalSymbols | The total number of symbols in the table. |
strtab | The associated string table. |
elfClass | The ELF class (32-bit or 64-bit). |
this
(const(ubyte)[] data, size_t currentIndex, size_t totalSymbols,
ElfStringTable strtab, types.ElfClass elfClass)Private constructor for creating saved copies.