Lines Matching refs:dtv
244 /* Type for the dtv. */
246 typedef union dtv {
258 dtv_t* dtv;
315 dtv_t *dtv;
322 /* dtv = ((struct tcbhead *)tls_base)->dtv[tls_index.module] */
323 bpf_probe_read_user(&dtv, sizeof(dtv),
324 &((struct tcbhead *)tls_base)->dtv);
325 dtv += tls_index.module;
327 dtv = NULL;
329 bpf_probe_read_user(&tls_ptr, sizeof(void *), dtv);