ElfSymbol.this

this(const(ubyte)[] data, size_t index, ElfStringTable strtab, types.ElfClass elfClass)

Constructor from raw symbol table data.

Parameters

dataThe raw symbol table data containing all symbols.
indexThe index of this symbol within the symbol table.
strtabThe associated string table for name lookup.
elfClassThe ELF class (32-bit or 64-bit).