Home
last modified time | relevance | path

Searched refs:global_handle (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/dlfcn/
Dtststatic4.c44 void *global_handle; in do_test() local
81 global_handle = dlopen ("modstatic3.so", RTLD_LAZY | RTLD_GLOBAL); in do_test()
82 if (global_handle == NULL) in do_test()
89 global_foop = dlsym (global_handle, "foo"); in do_test()
96 global_getfoo = dlsym (global_handle, "getfoo"); in do_test()
103 global_setfoo = dlsym (global_handle, "setfoo"); in do_test()
355 dlclose (global_handle); in do_test()