Lines Matching refs:SONAME
39 #define SONAME "libmarkermod1.so" macro
44 if (dlopen (SONAME, RTLD_NOW) != NULL) in do_test()
45 FAIL_EXIT1 (SONAME " is already on the search path"); in do_test()
54 support_copy_file (src, "/glibc-test/lib/" SONAME); in do_test()
60 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test()
70 SONAME); in do_test()
76 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test()
84 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test()
94 SONAME); in do_test()
99 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test()
107 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test()
117 xunlink ("/glibc-test/lib/glibc-hwcaps/prepend3/" SONAME); in do_test()
118 TEST_VERIFY (dlopen (SONAME, RTLD_NOW) == NULL); in do_test()
123 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test()