Searched refs:TLS_TP_OFFSET (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/sys/mips/include/
H A Dtls.h41 #define TLS_TP_OFFSET 0x7000 macro
/freebsd-12-stable/lib/libc/mips/
H A Dstatic_tls.h50 tlsbase -= TLS_TP_OFFSET + TLS_TCB_SIZE;
58 tlsbase -= TLS_TP_OFFSET + TLS_TCB_SIZE;
/freebsd-12-stable/lib/libthr/arch/mips/include/
H A Dpthread_md.h98 return (struct tcb *)(_rv - TLS_TP_OFFSET - TLS_TCB_SIZE);
120 return (struct tcb *)(_rv - TLS_TP_OFFSET - TLS_TCB_SIZE);
/freebsd-12-stable/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h71 #define TLS_TP_OFFSET 0x7000 macro
H A Dreloc.c262 + defobj->tlsoffset - TLS_TP_OFFSET - TLS_TCB_SIZE);
664 + TLS_TP_OFFSET + TLS_TCB_SIZE);
680 p = tls_get_addr_common((Elf_Addr**)((Elf_Addr)tp - TLS_TP_OFFSET
/freebsd-12-stable/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h63 #define TLS_TP_OFFSET 0x7000 macro
H A Dreloc.c259 + defobj->tlsoffset - TLS_TP_OFFSET - TLS_TCB_SIZE);
569 + TLS_TP_OFFSET + TLS_TCB_SIZE);
581 p = tls_get_addr_common((Elf_Addr**)((Elf_Addr)tp - TLS_TP_OFFSET
/freebsd-12-stable/libexec/rtld-elf/riscv/
H A Drtld_machdep.h85 #define TLS_TP_OFFSET 0x0 macro
H A Dreloc.c366 defobj->tlsoffset - TLS_TP_OFFSET);
407 + TLS_TP_OFFSET + TLS_TCB_SIZE);
420 p = tls_get_addr_common((Elf_Addr**)((Elf_Addr)_tp - TLS_TP_OFFSET
/freebsd-12-stable/libexec/rtld-elf/mips/
H A Dreloc.c623 - TLS_TP_OFFSET - TLS_TCB_SIZE);
804 _rv = _rv - TLS_TP_OFFSET - TLS_TCB_SIZE;
829 _rv = _rv - TLS_TP_OFFSET - TLS_TCB_SIZE;
/freebsd-12-stable/sys/mips/mips/
H A Dvm_machdep.c490 td->td_md.md_tls_tcb_offset = TLS_TP_OFFSET + TLS_TCB_SIZE32;
493 td->td_md.md_tls_tcb_offset = TLS_TP_OFFSET + TLS_TCB_SIZE;
H A Dpm_machdep.c475 td->td_md.md_tls_tcb_offset = TLS_TP_OFFSET + TLS_TCB_SIZE;
H A Dfreebsd32_machdep.c144 td->td_md.md_tls_tcb_offset = TLS_TP_OFFSET + TLS_TCB_SIZE32;

Completed in 87 milliseconds