Home
last modified time | relevance | path

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

/dflybsd-src/libexec/rtld-elf/
H A Drtld.h56 extern int tls_max_index;
H A Dmap_object.c312 obj->tlsindex = ++tls_max_index; in map_object()
H A Drtld.c257 int tls_max_index = 1; /* Largest module index allocated */ variable
4425 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()