Lines Matching refs:h2
17 void *h2; in do_test() local
55 h2 = dlopen (modname2, RTLD_LAZY); in do_test()
56 if (h2 == NULL) in do_test()
74 bazp = dlsym (h2, "baz"); in do_test()
83 fp2 = dlsym (h2, "in_dso"); in do_test()
93 dlclose (h2); in do_test()
124 h2 = dlopen (modname2, RTLD_LAZY); in do_test()
125 if (h2 == NULL) in do_test()
141 bazp = dlsym (h2, "baz"); in do_test()
150 fp2 = dlsym (h2, "in_dso"); in do_test()
160 dlclose (h2); in do_test()