Searched refs:handle2 (Results 1 – 2 of 2) sorted by relevance
/dlfcn/ |
A 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()
|
A 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()
|
Completed in 6 milliseconds