HomeSort by: relevance | last modified time | path
    Searched refs:_rtld_tls_max_index (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/ld.elf_so/
tls.c 77 size_t _rtld_tls_max_index = 1; /* Max index into up-to-date DTV */ variable in typeref:typename:size_t
173 new_dtv = xcalloc((2 + _rtld_tls_max_index) * sizeof(*dtv));
175 if (to_copy > _rtld_tls_max_index) /* XXX How? */
176 to_copy = _rtld_tls_max_index;
180 SET_DTV_MAX_INDEX(dtv, _rtld_tls_max_index);
261 tcb->tcb_dtv = xcalloc(sizeof(*tcb->tcb_dtv) * (2 + _rtld_tls_max_index));
263 SET_DTV_MAX_INDEX(tcb->tcb_dtv, _rtld_tls_max_index);
rtld.h 496 extern size_t _rtld_tls_max_index;
map_object.c 308 obj->tlsindex = ++_rtld_tls_max_index;

Completed in 15 milliseconds