tls_index
struct tls_index tls_index;
bpf_probe_read_user(&tls_index, sizeof(struct tls_index),
if (tls_index.module > 0) {
dtv += tls_index.module;
return tls_ptr + tls_index.offset;