Searched defs:TLS_TCB_SIZE (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/mips/include/
H A Dtls.h47 #define TLS_TCB_SIZE 16 macro
52 #define TLS_TCB_SIZE 8 macro
/freebsd-10-stable/libexec/rtld-elf/arm/
H A Drtld_machdep.h57 #define TLS_TCB_SIZE 8 macro
/freebsd-10-stable/libexec/rtld-elf/ia64/
H A Drtld_machdep.h60 #define TLS_TCB_SIZE 16 macro
/freebsd-10-stable/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h68 #define TLS_TCB_SIZE 16 macro
/freebsd-10-stable/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h76 #define TLS_TCB_SIZE 8 macro
/freebsd-10-stable/lib/libc/gen/
H A Dtls.c115 #define TLS_TCB_SIZE (2 * sizeof(void *)) macro
173 #define TLS_TCB_SIZE (3 * sizeof(Elf_Addr)) macro
[all...]

Completed in 81 milliseconds