Lines Matching refs:handle
60 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test() local
61 int (*marker1) (void) = xdlsym (handle, "marker1"); in do_test()
63 xdlclose (handle); in do_test()
76 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test() local
77 int (*marker1) (void) = xdlsym (handle, "marker1"); in do_test()
79 xdlclose (handle); in do_test()
84 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test() local
85 int (*marker1) (void) = xdlsym (handle, "marker1"); in do_test()
87 xdlclose (handle); in do_test()
99 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test() local
100 int (*marker1) (void) = xdlsym (handle, "marker1"); in do_test()
102 xdlclose (handle); in do_test()
107 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test() local
108 int (*marker1) (void) = xdlsym (handle, "marker1"); in do_test()
110 xdlclose (handle); in do_test()
123 void *handle = xdlopen (SONAME, RTLD_NOW); in do_test() local
124 int (*marker1) (void) = xdlsym (handle, "marker1"); in do_test()
126 xdlclose (handle); in do_test()