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

/external/elfutils/0.153/libebl/
H A Deblclosebackend.c69 if (ebl->dlhandle != NULL)
70 (void) dlclose (ebl->dlhandle);
H A DlibeblP.h85 void *dlhandle; member in struct:ebl
H A Deblopenbackend.c379 result->dlhandle = h;
395 result->dlhandle = NULL;
404 result->dlhandle = NULL;
/external/fio/
H A Dioengines.c92 void *dlhandle; local
97 dlhandle = dlopen(engine_lib, RTLD_LAZY);
98 if (!dlhandle) {
107 ops = dlsym(dlhandle, engine_lib);
109 ops = dlsym(dlhandle, "ioengine");
118 get_ioengine_t get_ioengine = dlsym(dlhandle, "get_ioengine");
126 dlclose(dlhandle);
130 ops->dlhandle = dlhandle;
184 if (td->io_ops->dlhandle)
[all...]
H A Dioengine.h153 void *dlhandle; member in struct:ioengine_ops
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c60 void *dlhandle; /* from dlopen() */ member in struct:tnc_if_imc
278 void *handle = imc->dlhandle;
409 imc->dlhandle = LoadLibrary(lib);
413 imc->dlhandle = LoadLibrary(imc->path);
415 if (imc->dlhandle == NULL) {
421 imc->dlhandle = dlopen(imc->path, RTLD_LAZY);
422 if (imc->dlhandle == NULL) {
449 if (imc->dlhandle) {
451 FreeLibrary(imc->dlhandle);
453 dlclose(imc->dlhandle);
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c60 void *dlhandle; /* from dlopen() */ member in struct:tnc_if_imc
278 void *handle = imc->dlhandle;
409 imc->dlhandle = LoadLibrary(lib);
413 imc->dlhandle = LoadLibrary(imc->path);
415 if (imc->dlhandle == NULL) {
421 imc->dlhandle = dlopen(imc->path, RTLD_LAZY);
422 if (imc->dlhandle == NULL) {
449 if (imc->dlhandle) {
451 FreeLibrary(imc->dlhandle);
453 dlclose(imc->dlhandle);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c60 void *dlhandle; /* from dlopen() */ member in struct:tnc_if_imc
278 void *handle = imc->dlhandle;
409 imc->dlhandle = LoadLibrary(lib);
413 imc->dlhandle = LoadLibrary(imc->path);
415 if (imc->dlhandle == NULL) {
421 imc->dlhandle = dlopen(imc->path, RTLD_LAZY);
422 if (imc->dlhandle == NULL) {
449 if (imc->dlhandle) {
451 FreeLibrary(imc->dlhandle);
453 dlclose(imc->dlhandle);
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c41 void *dlhandle; /* from dlopen() */ member in struct:tnc_if_imv
337 void *handle = imv->dlhandle;
449 imv->dlhandle = dlopen(imv->path, RTLD_LAZY);
450 if (imv->dlhandle == NULL) {
482 if (imv->dlhandle)
483 dlclose(imv->dlhandle);
/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c41 void *dlhandle; /* from dlopen() */ member in struct:tnc_if_imv
337 void *handle = imv->dlhandle;
449 imv->dlhandle = dlopen(imv->path, RTLD_LAZY);
450 if (imv->dlhandle == NULL) {
482 if (imv->dlhandle)
483 dlclose(imv->dlhandle);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c41 void *dlhandle; /* from dlopen() */ member in struct:tnc_if_imv
337 void *handle = imv->dlhandle;
449 imv->dlhandle = dlopen(imv->path, RTLD_LAZY);
450 if (imv->dlhandle == NULL) {
482 if (imv->dlhandle)
483 dlclose(imv->dlhandle);

Completed in 604 milliseconds