Home | History | Annotate | Download | only in vm

Lines Matching refs:handle

152     void*       handle;             /* from dlopen */
236 dlclose(pLib->handle);
322 void* handle;
383 handle = dlopen(pathName, RTLD_LAZY);
386 if (handle == NULL) {
396 pNewEntry->handle = handle;
418 vonLoad = dlsym(handle, "JNI_OnLoad");
721 func = dlsym(pLib->handle, mangleCM);
735 func = dlsym(pLib->handle, mangleCMSig);