ElfObj

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(COMPILE)
extern (C++) nothrow __gshared
static if(1)
struct ElfObj {}

Members

Variables

SymbolTable
Barray!Elf32_Sym SymbolTable;
Undocumented in source.
SymbolTable64
Barray!Elf64_Sym SymbolTable64;
Undocumented in source.
resetSyms
Barray!(Symbol*) resetSyms;
Undocumented in source.

Meta