Searched refs:handle2 (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/dlfcn/ |
D | tststatic2.c | 112 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()
|
D | modstatic2.c | 114 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/ |
D | tst-dlmodcount.c | 97 void *handle1, *handle2; in do_test() local 101 handle2 = load ("globalmod1.so"); in do_test() 103 unload ("globalmod1.so", handle2); in do_test()
|
D | tst-auditmod28.c | 57 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/ |
D | tst-resolv-ai_idn-nolibidn2.c | 129 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()
|