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.c330 obj->tlsindex = ++tls_max_index; in map_object()
H A Drtld.c310 int tls_max_index = 1; /* Largest module index allocated */ variable
5399 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()