Home
last modified time | relevance | path

Searched refs:handle2 (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/dlfcn/
Dtststatic2.c112 void *handle2 = dlopen (LIBDL_SO, RTLD_LAZY); in do_test() local
113 if (handle2 == NULL) in do_test()
120 void *exit_ptr = dlvsym (handle2, "_exit", FIRST_VERSION_libc__exit_STRING); in do_test()
126 if (exit_ptr != dlsym (handle2, "_exit")) in do_test()
133 dlsymfn = dlsym (handle2, "dlsym"); in do_test()
151 dlclose (handle2); in do_test()
Dmodstatic2.c114 void *handle2 = dlopen (LIBDL_SO, RTLD_LAZY); in test() local
115 if (handle2 == NULL) in test()
122 void *exit_ptr = dlvsym (handle2, "_exit", FIRST_VERSION_libc__exit_STRING); in test()
128 if (exit_ptr != dlsym (handle2, "_exit")) in test()
135 dlsymfn = dlsym (handle2, "dlsym"); in test()
153 dlclose (handle2); in test()
/glibc-2.36/elf/
Dtst-dlmodcount.c97 void *handle1, *handle2; in do_test() local
101 handle2 = load ("globalmod1.so"); in do_test()
103 unload ("globalmod1.so", handle2); in do_test()
Dtst-auditmod28.c57 void *handle2 = NULL; in la_version() local
58 TEST_COMPARE (dlinfo (handle, RTLD_DI_LINKMAP, &handle2), 0); in la_version()
59 TEST_VERIFY (handle2 == handle); in la_version()
/glibc-2.36/resolv/
Dtst-resolv-ai_idn-nolibidn2.c129 void *handle2 = xdlopen (LIBIDN2_SONAME, RTLD_LAZY | RTLD_NOLOAD); in do_test() local
130 TEST_VERIFY (handle2 == handle); in do_test()
131 xdlclose (handle2); in do_test()