Sourcescanelf.d
Documentationhttps://dlang.org/phobos/dmd_scanelf.html
scanElfObjModule(void delegate(const(char)[] name, int pickAny) nothrowpAddSymbol, scope const ubyte[]base, const char*module_name, const(char)[]filename, ErrorSinkeSink);void delegate(const(char)[] name, int pickAny) nothrowpAddSymbol | function to pass the names to |
ubyte[]base | array of contents of object module |
char*module_name | name of the object module (used for error messages) |
const(char)[]filename | object file name for error printing |
ErrorSinkeSink | where the error messages go |