Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 2 of 2) sorted by relevance

/support/
A Dxdlfcn.c35 xdlsym (void *handle, const char *symbol) in xdlsym() argument
40 void *sym = dlsym (handle, symbol); in xdlsym()
55 xdlvsym (void *handle, const char *symbol, const char *version) in xdlvsym() argument
60 void *sym = dlvsym (handle, symbol, version); in xdlvsym()
75 xdlclose (void *handle) in xdlclose() argument
77 if (dlclose (handle) != 0) in xdlclose()
A Dxdlfcn.h29 void *xdlsym (void *handle, const char *symbol);
30 void *xdlvsym (void *handle, const char *symbol, const char *version);
31 void xdlclose (void *handle);

Completed in 4 milliseconds