Searched refs:_rtld_allocate_tls (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | tls.c | 54 __weak_reference(__libc_allocate_tls, _rtld_allocate_tls); 67 void *_rtld_allocate_tls(void *oldtls, size_t tcbsize, size_t tcbalign); 446 tls = _rtld_allocate_tls(NULL, TLS_TCB_SIZE, TLS_TCB_ALIGN); in _init_tls()
|
H A D | Symbol.map | 569 _rtld_allocate_tls;
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld_tls.h | 59 void *_rtld_allocate_tls(void *oldtls, size_t tcbsize, size_t tcbalign)
|
H A D | Symbol.map | 32 _rtld_allocate_tls;
|
H A D | rtld.c | 5864 _rtld_allocate_tls(void *oldtcb, size_t tcbsize, size_t tcbalign) in _rtld_allocate_tls() function
|
/freebsd/lib/libthr/thread/ |
H A D | thr_ctrdtr.c | 42 tcb = _rtld_allocate_tls(NULL, TLS_TCB_SIZE, TLS_TCB_ALIGN); in _tcb_ctor()
|