Lines Matching defs:handle
29 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY);
30 if (!handle) {
38 functype func = (functype)dlvsym(handle, dso_no_symver_symbol, dso_version_invalid);
47 dlclose(handle);
61 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY);
62 if (!handle) {
70 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid);
79 dlclose(handle);
93 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY);
94 if (!handle) {
102 functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_easy_symver_version_stable);
112 dlclose(handle);
126 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY);
127 if (!handle) {
135 functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_easy_symver_version_old);
145 dlclose(handle);
159 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY);
160 if (!handle) {
168 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid);
177 dlclose(handle);
191 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY);
192 if (!handle) {
200 functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_version_invalid);
209 dlclose(handle);
223 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY);
224 if (!handle) {
232 functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_hard_symver_version_stable);
242 dlclose(handle);
256 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY);
257 if (!handle) {
265 functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_hard_symver_version_old);
275 dlclose(handle);
289 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY);
290 if (!handle) {
298 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid);
307 dlclose(handle);
321 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY);
322 if (!handle) {
330 functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_version_invalid);
339 dlclose(handle);