Searched refs:thr_pread_ptr (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libthread_db/ |
H A D | libpthread_db.c | 233 ret = thr_pread_ptr(ta, ta->thread_list_addr, &pt); in pt_ta_map_id2thr() 242 ret = thr_pread_ptr(ta, pt + ta->thread_off_tcb, in pt_ta_map_id2thr() 259 ret = thr_pread_ptr(ta, pt + ta->thread_off_next, &pt); in pt_ta_map_id2thr() 272 ret = thr_pread_ptr(ta, pt + ta->thread_off_tcb, in pt_ta_map_id2thr() 277 ret = thr_pread_ptr(ta, pt + ta->thread_off_next, &pt); in pt_ta_map_id2thr() 303 ret = thr_pread_ptr(ta, ta->thread_list_addr, &pt); in pt_ta_map_lwp2thr() 307 ret = thr_pread_ptr(ta, pt + ta->thread_off_tcb, &tcb_addr); in pt_ta_map_lwp2thr() 325 ret = thr_pread_ptr(ta, pt + ta->thread_off_next, &pt); in pt_ta_map_lwp2thr() 352 ret = thr_pread_ptr(ta, ta->thread_list_addr, &pt); in pt_ta_thr_iter() 365 ret = thr_pread_ptr(ta, pt + ta->thread_off_next, &pt); in pt_ta_thr_iter()
|
H A D | libthr_db.c | 212 ret = thr_pread_ptr(ta, ta->thread_list_addr, &pt); in pt_ta_map_id2thr() 223 ret = thr_pread_ptr(ta, pt + ta->thread_off_next, &pt); in pt_ta_map_id2thr() 253 ret = thr_pread_ptr(ta, ta->thread_list_addr, &pt); in pt_ta_thr_iter() 268 ret = thr_pread_ptr(ta, pt + ta->thread_off_next, &pt); in pt_ta_thr_iter() 376 ret = thr_pread_ptr(ta, ta->thread_last_event_addr, &pt); in pt_ta_event_getmsg() 681 ret = thr_pread_ptr(ta, ta->thread_last_event_addr, &pt_temp); in pt_thr_event_getmsg()
|
H A D | thread_db_int.h | 121 int thr_pread_ptr(const struct td_thragent *, psaddr_t, psaddr_t *);
|
H A D | thread_db.c | 355 thr_pread_ptr(const struct td_thragent *ta, psaddr_t addr, psaddr_t *val) in thr_pread_ptr() function
|