Searched refs:tls_max_index (Results 1 – 3 of 3) sorted by relevance
52 extern int tls_max_index;
330 obj->tlsindex = ++tls_max_index; in map_object()
310 int tls_max_index = 1; /* Largest module index allocated */ variable5399 newdtv = xcalloc(1, sizeof(struct dtv) + tls_max_index * in tls_get_addr_slow()5402 if (to_copy > tls_max_index) in tls_get_addr_slow()5403 to_copy = tls_max_index; in tls_get_addr_slow()5407 newdtv->dtv_size = tls_max_index; in tls_get_addr_slow()5563 dtv = xcalloc(1, sizeof(struct dtv) + tls_max_index * in allocate_tls()5567 dtv->dtv_size = tls_max_index; in allocate_tls()5652 dtv = xcalloc(1, sizeof(struct dtv) + tls_max_index * in allocate_tls()5660 dtv->dtv_size = tls_max_index; in allocate_tls()