ElfSymbol.this
this
(const(ubyte)[] data, size_t index, ElfStringTable strtab,
types.ElfClass elfClass)Constructor from raw symbol table data.
Parameters
data | The raw symbol table data containing all symbols. |
index | The index of this symbol within the symbol table. |
strtab | The associated string table for name lookup. |
elfClass | The ELF class (32-bit or 64-bit). |