Home
last modified time | relevance | path

Searched defs:dlctl (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libc/dlfcn/
H A Ddlfcn_stubs.c67 dlctl(void *handle, int command, void *data) in dlctl() function
/openbsd/libexec/ld.so/
H A Ddlfcn.c224 dlctl(void *handle, int command, void *data) in dlctl() function
/openbsd/include/
H A Dtib.h244 int (*dlctl)(void *, int, void *); member
/openbsd/lib/librthread/
H A Drthread.c53 int dlctl(void *handle, int cmd, void *data) { return 0; } in dlctl() function