tls.c | 59 static void *_rtld_tls_module_allocate(struct tls_tcb *, size_t); 188 dtv[idx] = _rtld_tls_module_allocate(tcb, idx); 350 * _rtld_tls_module_allocate(tcb, idx) 365 _rtld_tls_module_allocate(struct tls_tcb *tcb, size_t idx) function in typeref:typename:void *
|