Lines Matching defs:handle
39 void *handle;
452 void *handle;
461 handle = dlopen(plugin, RTLD_NOW | RTLD_GLOBAL);
462 if (!handle) {
468 alias = dlsym(handle, TEP_PLUGIN_ALIAS_NAME);
472 options = dlsym(handle, TEP_PLUGIN_OPTIONS_NAME);
482 func = dlsym(handle, TEP_PLUGIN_LOADER_NAME);
496 list->handle = handle;
704 func = dlsym(list->handle, TEP_PLUGIN_UNLOADER_NAME);
707 dlclose(list->handle);