Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Dtst-tls8.c12 static const char modname2[] = "$ORIGIN/tst-tlsmod4.so"; in do_test() local
55 h2 = dlopen (modname2, RTLD_LAZY); in do_test()
58 printf ("cannot open '%s': %s\n", modname2, dlerror ()); in do_test()
77 printf ("cannot get symbol 'baz' in %s\n", modname2); in do_test()
86 printf ("cannot get symbol 'in_dso' in %s\n", modname2); in do_test()
124 h2 = dlopen (modname2, RTLD_LAZY); in do_test()
127 printf ("cannot open '%s': %s\n", modname2, dlerror ()); in do_test()
144 printf ("cannot get symbol 'baz' in %s\n", modname2); in do_test()
153 printf ("cannot get symbol 'in_dso' in %s\n", modname2); in do_test()
Dtst-tls9.c11 static const char modname2[] = "tst-tlsmod6.so"; in do_test() local
20 void *h2 = dlopen (modname2, RTLD_LAZY); in do_test()
23 printf ("cannot open '%s': %s\n", modname2, dlerror ()); in do_test()