Searched refs:_rtld_allocate_tls (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/libexec/rtld-elf/
H A Drtld_tls.h60 extern void *_rtld_allocate_tls(void* oldtls, size_t tcbsize, size_t tcbalign);
63 * Free a TLS block allocated using _rtld_allocate_tls(). The tcbsize
H A DSymbol.map27 _rtld_allocate_tls;
H A Drtld.c4483 _rtld_allocate_tls(void *oldtls, size_t tcbsize, size_t tcbalign) function
/freebsd-10.1-release/lib/libthr/arch/amd64/amd64/
H A Dpthread_md.c45 tcb = _rtld_allocate_tls(NULL, sizeof(struct tcb), 16);
/freebsd-10.1-release/lib/libthr/arch/arm/arm/
H A Dpthread_md.c40 tcb = _rtld_allocate_tls((initial) ? _tcb_get() : NULL,
/freebsd-10.1-release/lib/libthr/arch/ia64/ia64/
H A Dpthread_md.c43 tcb = _rtld_allocate_tls((initial) ? _tcb_get() : NULL,
/freebsd-10.1-release/lib/libthr/arch/powerpc/powerpc/
H A Dpthread_md.c42 tcb = _rtld_allocate_tls((initial) ? _tcb_get() : NULL,
/freebsd-10.1-release/lib/libthr/arch/i386/i386/
H A Dpthread_md.c46 tcb = _rtld_allocate_tls(NULL, sizeof(struct tcb), 16);
/freebsd-10.1-release/lib/libthr/arch/mips/mips/
H A Dpthread_md.c46 tcb = _rtld_allocate_tls((initial) ? _tcb_get() : NULL,
/freebsd-10.1-release/lib/libthr/arch/sparc64/sparc64/
H A Dpthread_md.c45 tcb = _rtld_allocate_tls(NULL, sizeof(struct tcb), 16);
/freebsd-10.1-release/lib/libkse/arch/amd64/amd64/
H A Dpthread_md.c49 tcb = _rtld_allocate_tls(oldtls, sizeof(struct tcb), 16);
/freebsd-10.1-release/lib/libkse/arch/ia64/ia64/
H A Dpthread_md.c45 tcb = _rtld_allocate_tls((initial) ? tp : NULL,
/freebsd-10.1-release/lib/libkse/arch/powerpc/powerpc/
H A Dpthread_md.c45 tcb = _rtld_allocate_tls((initial) ? ppc_get_tp() : NULL,
/freebsd-10.1-release/lib/libkse/arch/i386/i386/
H A Dpthread_md.c56 tcb = _rtld_allocate_tls(oldtls, sizeof(struct tcb), 16);
/freebsd-10.1-release/lib/libc/gen/
H A Dtls.c47 __weak_reference(__libc_allocate_tls, _rtld_allocate_tls);
60 void *_rtld_allocate_tls(void *oldtls, size_t tcbsize, size_t tcbalign);
323 tls = _rtld_allocate_tls(NULL, TLS_TCB_SIZE, TLS_TCB_ALIGN);
H A DSymbol.map505 _rtld_allocate_tls;

Completed in 129 milliseconds