Home
last modified time | relevance | path

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

/elf/
A Dtst-tls9.c10 static const char modname1[] = "tst-tlsmod5.so"; in do_test() local
14 void *h1 = dlopen (modname1, RTLD_LAZY); in do_test()
17 printf ("cannot open '%s': %s\n", modname1, dlerror ()); in do_test()
A Dtst-tls8.c11 static const char modname1[] = "$ORIGIN/tst-tlsmod3.so"; in do_test() local
25 h1 = dlopen (modname1, RTLD_LAZY); in do_test()
28 printf ("cannot open '%s': %s\n", modname1, dlerror ()); in do_test()
47 printf ("cannot get symbol 'in_dso2' in %s\n", modname1); in do_test()
96 h1 = dlopen (modname1, RTLD_LAZY); in do_test()
99 printf ("cannot open '%s': %s\n", modname1, dlerror ()); in do_test()
116 printf ("cannot get symbol 'in_dso2' in %s\n", modname1); in do_test()

Completed in 9 milliseconds