Searched refs:dtv (Results 1 – 3 of 3) sorted by relevance
/nptl_db/ |
A D | db_info.c | 37 union dtv dtv[UINT32_MAX / 2 / sizeof (union dtv)]; /* No constant bound. */ member 38 } dtv; typedef 61 # define dtvp header.dtv 67 TLS_PRE_TCB_SIZE + offsetof (tcbhead_t, dtv) 68 - (TLS_TCB_SIZE == 0 ? sizeof (tcbhead_t) : 0), union dtv *)
|
A D | td_thr_tlsbase.c | 126 psaddr_t dtv, dtvslot, dtvptr, temp; in td_thr_tlsbase() local 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() 222 err = DB_GET_FIELD_ADDRESS (dtvslot, th->th_ta_p, dtv, dtv, dtv, modid); in td_thr_tlsbase()
|
A D | structs.def | 98 DB_STRUCT_ARRAY_FIELD (dtv, dtv)
|
Completed in 7 milliseconds