Lines Matching defs:dtv
242 /* Type for the dtv. */
244 typedef union dtv {
256 dtv_t* dtv;
313 dtv_t *dtv;
320 /* dtv = ((struct tcbhead *)tls_base)->dtv[tls_index.module] */
321 bpf_probe_read_user(&dtv, sizeof(dtv),
322 &((struct tcbhead *)tls_base)->dtv);
323 dtv += tls_index.module;
325 dtv = NULL;
327 bpf_probe_read_user(&tls_ptr, sizeof(void *), dtv);