HomeSort by relevance Sort by last modified time
    Searched refs:dlhandle (Results 1 - 8 of 8) sorted by null

  /external/elfutils/libebl/
eblclosebackend.c 69 if (ebl->dlhandle != NULL)
70 (void) dlclose (ebl->dlhandle);
libeblP.h 84 void *dlhandle; member in struct:ebl
eblopenbackend.c 377 result->dlhandle = h;
393 result->dlhandle = NULL;
402 result->dlhandle = NULL;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c 113 void *dlhandle; /* from dlopen() */ member in struct:tnc_if_imc
331 void *handle = imc->dlhandle;
462 imc->dlhandle = LoadLibrary(lib);
466 imc->dlhandle = LoadLibrary(imc->path);
468 if (imc->dlhandle == NULL) {
474 imc->dlhandle = dlopen(imc->path, RTLD_LAZY);
475 if (imc->dlhandle == NULL) {
502 if (imc->dlhandle) {
504 FreeLibrary(imc->dlhandle);
506 dlclose(imc->dlhandle);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 107 void *dlhandle; /* from dlopen() */ member in struct:tnc_if_imc
325 void *handle = imc->dlhandle;
456 imc->dlhandle = LoadLibrary(lib);
460 imc->dlhandle = LoadLibrary(imc->path);
462 if (imc->dlhandle == NULL) {
468 imc->dlhandle = dlopen(imc->path, RTLD_LAZY);
469 if (imc->dlhandle == NULL) {
496 if (imc->dlhandle) {
498 FreeLibrary(imc->dlhandle);
500 dlclose(imc->dlhandle);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
tncs.c 113 void *dlhandle; /* from dlopen() */ member in struct:tnc_if_imv
409 void *handle = imv->dlhandle;
521 imv->dlhandle = dlopen(imv->path, RTLD_LAZY);
522 if (imv->dlhandle == NULL) {
554 if (imv->dlhandle)
555 dlclose(imv->dlhandle);
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 107 void *dlhandle; /* from dlopen() */ member in struct:tnc_if_imv
403 void *handle = imv->dlhandle;
515 imv->dlhandle = dlopen(imv->path, RTLD_LAZY);
516 if (imv->dlhandle == NULL) {
548 if (imv->dlhandle)
549 dlclose(imv->dlhandle);
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 404 dlhandle = _dlhandle;
429 if (dlhandle != NULL) {
431 // up and only keep one open dlhandle per proc, since there
433 //dlclose(dlhandle);
467 void* dlhandle; member in struct:android::NativeCode
    [all...]

Completed in 682 milliseconds