Searched refs:dlhandle (Results 1 – 9 of 9) sorted by relevance
/third_party/lwip/ |
D | 0020-remove-chose_dlsym_handle-function-set-handle-to-RTL.patch | 20 - void *dlhandle; 22 - dlhandle = dlopen ("liblstack.so", RTLD_LAZY); 23 - if (dlhandle == NULL) { 27 - gazelle_epoll_create = dlsym(dlhandle, "epoll_create"); 32 - dlclose(dlhandle);
|
D | 0002-adapt-lstack.patch | 488 + void *dlhandle; 490 + dlhandle = dlopen ("liblstack.so", RTLD_LAZY); 491 + if (dlhandle == NULL) { 495 + gazelle_epoll_create = dlsym(dlhandle, "epoll_create"); 500 + dlclose(dlhandle);
|
/third_party/alsa-lib/src/mixer/ |
D | simple_abst.c | 51 void *dlhandle; member 89 priv->dlhandle = h; in try_open() 136 priv->dlhandle = h; in try_open_full() 249 if (priv->dlhandle) in private_free() 250 snd_dlclose(priv->dlhandle); in private_free()
|
/third_party/mesa3d/src/glx/windows/ |
D | windowsgl.c | 342 void *dlhandle = windows_get_dl_handle(); in windows_check_render_test() local 343 const char *(*proc)(int) = dlsym(dlhandle, "glGetString"); in windows_check_render_test() 370 void *dlhandle = windows_get_dl_handle(); in windows_extensions_test() local 371 const char *(*proc)(int) = dlsym(dlhandle, "glGetString"); in windows_extensions_test()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | tncc.c | 60 void *dlhandle; /* from dlopen() */ member 277 void *handle = imc->dlhandle; in tncc_imc_resolve_funcs() 408 imc->dlhandle = LoadLibrary(lib); in tncc_load_imc() 412 imc->dlhandle = LoadLibrary(imc->path); in tncc_load_imc() 414 if (imc->dlhandle == NULL) { in tncc_load_imc() 420 imc->dlhandle = dlopen(imc->path, RTLD_LAZY); in tncc_load_imc() 421 if (imc->dlhandle == NULL) { in tncc_load_imc() 448 if (imc->dlhandle) { in tncc_unload_imc() 450 FreeLibrary(imc->dlhandle); in tncc_unload_imc() 452 dlclose(imc->dlhandle); in tncc_unload_imc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | tncc.c | 60 void *dlhandle; /* from dlopen() */ member 277 void *handle = imc->dlhandle; in tncc_imc_resolve_funcs() 408 imc->dlhandle = LoadLibrary(lib); in tncc_load_imc() 412 imc->dlhandle = LoadLibrary(imc->path); in tncc_load_imc() 414 if (imc->dlhandle == NULL) { in tncc_load_imc() 420 imc->dlhandle = dlopen(imc->path, RTLD_LAZY); in tncc_load_imc() 421 if (imc->dlhandle == NULL) { in tncc_load_imc() 448 if (imc->dlhandle) { in tncc_unload_imc() 450 FreeLibrary(imc->dlhandle); in tncc_unload_imc() 452 dlclose(imc->dlhandle); in tncc_unload_imc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | tncs.c | 41 void *dlhandle; /* from dlopen() */ member 335 void *handle = imv->dlhandle; in tncs_imv_resolve_funcs() 447 imv->dlhandle = dlopen(imv->path, RTLD_LAZY); in tncs_load_imv() 448 if (imv->dlhandle == NULL) { in tncs_load_imv() 480 if (imv->dlhandle) in tncs_unload_imv() 481 dlclose(imv->dlhandle); in tncs_unload_imv()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | tncs.c | 41 void *dlhandle; /* from dlopen() */ member 335 void *handle = imv->dlhandle; in tncs_imv_resolve_funcs() 447 imv->dlhandle = dlopen(imv->path, RTLD_LAZY); in tncs_load_imv() 448 if (imv->dlhandle == NULL) { in tncs_load_imv() 480 if (imv->dlhandle) in tncs_unload_imv() 481 dlclose(imv->dlhandle); in tncs_unload_imv()
|
/third_party/elfutils/libebl/ |
D | ChangeLog | 114 Don't assign result->dlhandle.
|