Compiler implementation of the D programming language.
Reads an object module from base[] and passes the names of any exported symbols to (*pAddSymbol)().
| void delegate(const(char)[] name, int pickAny) pAddSymbol | function to pass the names to | 
| const(ubyte)[] base | array of contents of object module | 
| const(char)* module_name | name of the object module (used for error messages) | 
| Loc loc | location to use for error printing | 
    © 1999–2019 The D Language Foundation
Licensed under the Boost License 1.0.
    https://dlang.org/phobos/dmd_scanelf.html