Lines Matching refs:dlsym
194 * Use dlsym to test for the present of "thr_probe_getfunc_addr" .
197 test_func = (((int(*)())dlsym(RTLD_DEFAULT,
269 /* use dlsym to find the address of the "real" thr_create function */
272 dlsym(RTLD_NEXT, "thr_create");
301 /* use dlsym to find the address of the "real" pthread_create func */
304 dlsym(RTLD_NEXT, "pthread_create");
323 /* use dlsym to find the address of the "real" pthread_create func */
326 dlsym(RTLD_NEXT, "thr_exit");
379 /* use dlsym to find the address of the "real" pthread_create func */
382 dlsym(RTLD_NEXT, "pthread_exit");
404 real_resume_ret = (void (*)(void *)) dlsym(RTLD_NEXT,
444 real_fork = (fork_t)dlsym(RTLD_NEXT, "fork");
457 real_fork = (fork_t)dlsym(RTLD_NEXT, "fork1");
494 dlsym(RTLD_NEXT, "thr_stksegment");