Searched refs:__libc_dl_handle (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dport.c228 static void *__libc_dl_handle = RTLD_NEXT; variable
230 static void *__libc_dl_handle; variable
2442 __libc_dl_handle = dlopen("/lib64/libc.so.6", RTLD_LAZY);
2443 if (NULL == __libc_dl_handle) {
2444 __libc_dl_handle = dlopen("/lib/libc.so.6", RTLD_LAZY);
2445 if (NULL == __libc_dl_handle) {
2455 _socket_funcs.ioctl = dlsym(__libc_dl_handle, "ioctl");
2460 _socket_funcs.fcntl = dlsym(__libc_dl_handle, "fcntl");
2465 _socket_funcs.socket = dlsym(__libc_dl_handle, "socket");
2470 _socket_funcs.setsockopt = dlsym(__libc_dl_handle, "setsockop
[all...]

Completed in 46 milliseconds