MCPcopy Create free account
hub / github.com/IoLanguage/io / DynLib_pointerForSymbolName_

Function DynLib_pointerForSymbolName_

libs/basekit/source/DynLib.c:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void *DynLib_pointerForSymbolName_(DynLib *self, const char *symbolName) {
177 DynLib_setError_(self, dlerror());
178 return dlsym(self->handle, symbolName);
179}

Callers 4

DynLib_openFunction · 0.85
DynLib_closeFunction · 0.85
IoDynLib_justCallFunction · 0.85

Calls 3

DynLib_setError_Function · 0.85
dlerrorFunction · 0.85
dlsymFunction · 0.85

Tested by

no test coverage detected