Searched refs:tls_max_index (Results 1 – 3 of 3) sorted by relevance
52 extern int tls_max_index;
331 obj->tlsindex = ++tls_max_index; in map_object()
301 int tls_max_index = 1; /* Largest module index allocated */ variable5290 newdtv = xcalloc(tls_max_index + 2, sizeof(Elf_Addr)); in tls_get_addr_slow()5292 if (to_copy > tls_max_index) in tls_get_addr_slow()5293 to_copy = tls_max_index; in tls_get_addr_slow()5296 newdtv[1] = tls_max_index; in tls_get_addr_slow()5405 dtv = xcalloc(tls_max_index + 2, sizeof(Elf_Addr)); in allocate_tls()5408 dtv[1] = tls_max_index; in allocate_tls()5489 dtv = xcalloc(tls_max_index + 2, sizeof(Elf_Addr)); in allocate_tls()5496 dtv[1] = tls_max_index; in allocate_tls()