Extract symbols from an ELF object file.
Reads an object module from base[] and passes the names of any exported symbols to (*pAddSymbol)().
See Source File _scanelf.d Documentation: https://dlang.org/phobos/dmd_scanelf.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/scanelf.d
Walter Bright
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Extract symbols from an ELF object file.