Searched refs:modname2 (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/elf/ |
D | tst-tls8.c | 12 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()
|
D | tst-tls9.c | 11 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()
|