Searched refs:verbose_dlsym (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c507 verbose_dlsym (void *handle, const char *name)
661 info->td_init_p = verbose_dlsym (info->handle, "td_init");
673 info->td_ta_new_p = verbose_dlsym (info->handle, "td_ta_new");
704 info->td_ta_map_id2thr_p = verbose_dlsym (info->handle, "td_ta_map_id2thr");
708 info->td_ta_map_lwp2thr_p = verbose_dlsym (info->handle,
713 info->td_ta_thr_iter_p = verbose_dlsym (info->handle, "td_ta_thr_iter");
717 info->td_thr_validate_p = verbose_dlsym (info->handle, "td_thr_validate");
721 info->td_thr_get_info_p = verbose_dlsym (info->handle, "td_thr_get_info");
502 verbose_dlsym (void *handle, const char *name) function

Completed in 107 milliseconds