Home
last modified time | relevance | path

Searched refs:tls_max_index (Results 1 – 3 of 3) sorted by relevance

/freebsd/libexec/rtld-elf/
H A Drtld.h52 extern int tls_max_index;
H A Dmap_object.c331 obj->tlsindex = ++tls_max_index; in map_object()
H A Drtld.c301 int tls_max_index = 1; /* Largest module index allocated */ variable
5290 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()