Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Dtst-tls20.c94 void *moddep = xdlopen (modname, RTLD_LAZY); in access_dep() local
95 access_mod (modname, moddep, i); in access_dep()
97 xdlclose (moddep); in access_dep()
249 void *moddep = xdlopen (moddepname, RTLD_LAZY); in do_test_dependency() local
255 moddep, in do_test_dependency()
264 xdlclose (moddep); in do_test_dependency()
327 void *moddep; in do_test_invalid_dependency() local
330 moddep = dlopen (moddepname, RTLD_NOW); in do_test_invalid_dependency()
331 TEST_VERIFY (moddep == 0); in do_test_invalid_dependency()
334 moddep = dlopen (moddepname, RTLD_LAZY); in do_test_invalid_dependency()
[all …]