Home
last modified time | relevance | path

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

/glibc-2.36/dlfcn/
Dtststatic4.c43 void *initial_handle; in do_test() local
49 initial_handle = dlopen (NULL, RTLD_LAZY | RTLD_GLOBAL); in do_test()
50 if (initial_handle == NULL) in do_test()
57 initial_foop = dlsym (initial_handle, "foo"); in do_test()
64 initial_getfoo = dlsym (initial_handle, "getfoo"); in do_test()
72 initial_setfoo = dlsym (initial_handle, "setfoo"); in do_test()
143 initial_foop = dlsym (initial_handle, "foo"); in do_test()
150 initial_getfoo = dlsym (initial_handle, "getfoo"); in do_test()
157 initial_setfoo = dlsym (initial_handle, "setfoo"); in do_test()
357 dlclose (initial_handle); in do_test()