dmd.scanmach
Extract symbols from a Mach-O object file.
License
Source: scanmach.d
Documentation: https://dlang.org/phobos/dmd_scanmach.html
-
Declaration
voidscanMachObjModule(void delegate(const(char)[] name, int pickAny)pAddSymbol, const(ubyte)[]base, const(char)*module_name, Locloc);Reads an object module from
base[] and passes the names of any exported symbols to (*pAddSymbol)().Parameters
void delegate(const(char)[] name, int pickAny)pAddSymbolfunction to pass the names to
const(ubyte)[]basearray of contents of object module
const(char)*module_namename of the object module (used for error messages)
Locloclocation to use for error printing