Home
last modified time | relevance | path

Searched refs:thread_off_tmbx (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libthread_db/
H A Dlibpthread_db.c176 LOOKUP_VAL(ph, "_thread_off_tmbx", &ta->thread_off_tmbx); in pt_ta_new()
246 ret = thr_pread_int(ta, tcb_addr + ta->thread_off_tmbx + in pt_ta_map_id2thr()
310 ret = thr_pread_int(ta, tcb_addr + ta->thread_off_tmbx + in pt_ta_map_lwp2thr()
472 tmbx_addr = tcb_addr + ta->thread_off_tmbx; in pt_dbsuspend()
614 tcb_addr + ta->thread_off_tmbx + in pt_thr_old_get_info()
620 tcb_addr + ta->thread_off_tmbx + in pt_thr_old_get_info()
625 ret = ps_pread(ta->ph, tcb_addr + ta->thread_off_tmbx + in pt_thr_old_get_info()
700 tmbx_addr = tcb_addr + ta->thread_off_tmbx; in pt_thr_getxmmregs()
742 tmbx_addr = tcb_addr + ta->thread_off_tmbx; in pt_thr_getfpregs()
784 tmbx_addr = tcb_addr + ta->thread_off_tmbx; in pt_thr_getgregs()
[all …]
H A Dlibpthread_db.h68 int thread_off_tmbx; member