Searched refs:tls_max_index (Results 1 – 3 of 3) sorted by relevance
56 extern int tls_max_index;
312 obj->tlsindex = ++tls_max_index; in map_object()
257 int tls_max_index = 1; /* Largest module index allocated */ variable4425 newdtv = xcalloc(tls_max_index + 2, sizeof(Elf_Addr)); in tls_get_addr_common()4427 if (to_copy > tls_max_index) in tls_get_addr_common()4428 to_copy = tls_max_index; in tls_get_addr_common()4431 newdtv[1] = tls_max_index; in tls_get_addr_common()4484 dtv_size = (tls_max_index + 2) * sizeof(Elf_Addr); in allocate_tls()4495 dtv[1] = tls_max_index; in allocate_tls()