Lines Matching refs:handle
12 void *handle = dlopen ("modstatic2-nonexistent.so", RTLD_LAZY); in do_test() local
13 if (handle == NULL) in do_test()
18 handle = dlopen ("modstatic2.so", RTLD_LAZY); in do_test()
19 if (handle == NULL) in do_test()
26 test = dlsym (handle, "test"); in do_test()
93 res = dlinfo (handle, RTLD_DI_LMID, &lmid); in do_test()
139 void *test2 = dlsymfn (handle, "test"); in do_test()
152 dlclose (handle); in do_test()
154 handle = dlmopen (LM_ID_BASE, "modstatic2.so", RTLD_LAZY); in do_test()
155 if (handle == NULL) in do_test()
160 dlclose (handle); in do_test()
162 handle = dlmopen (LM_ID_NEWLM, "modstatic2.so", RTLD_LAZY); in do_test()
163 if (handle == NULL) in do_test()