Lines Matching refs:th
121 td_thr_tlsbase (const td_thrhandle_t *th, in td_thr_tlsbase() argument
131 psaddr_t pd = th->th_unique; in td_thr_tlsbase()
144 err = __td_ta_lookup_th_unique (th->th_ta_p, ps_getpid (th->th_ta_p->ph), in td_thr_tlsbase()
152 err = dtv_slotinfo (th->th_ta_p, modid, &temp); in td_thr_tlsbase()
157 err = DB_GET_STRUCT (slot, th->th_ta_p, temp, dtv_slotinfo); in td_thr_tlsbase()
163 err = DB_GET_FIELD_LOCAL (map, th->th_ta_p, slot, dtv_slotinfo, map, 0); in td_thr_tlsbase()
171 err = DB_GET_FIELD_LOCAL (temp, th->th_ta_p, slot, dtv_slotinfo, gen, 0); in td_thr_tlsbase()
177 err = DB_GET_FIELD (dtv, th->th_ta_p, pd, pthread, dtvp, 0); in td_thr_tlsbase()
183 err = DB_GET_FIELD_ADDRESS (dtvgenloc, th->th_ta_p, dtv, dtv, dtv, 0); in td_thr_tlsbase()
186 err = DB_GET_FIELD (temp, th->th_ta_p, dtvgenloc, dtv_t, counter, 0); in td_thr_tlsbase()
196 err = DB_GET_FIELD (temp, th->th_ta_p, map, link_map, l_tls_offset, 0); in td_thr_tlsbase()
222 err = DB_GET_FIELD_ADDRESS (dtvslot, th->th_ta_p, dtv, dtv, dtv, modid); in td_thr_tlsbase()
227 err = DB_GET_FIELD (dtvptr, th->th_ta_p, dtvslot, dtv_t, pointer_val, 0); in td_thr_tlsbase()