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

/freebsd-11-stable/sys/mips/include/
H A Dtls.h43 #define TLS_TP_OFFSET 0x7000 macro
/freebsd-11-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-11-stable/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h68 #define TLS_TP_OFFSET 0x7000 macro
H A Dreloc.c259 + defobj->tlsoffset - TLS_TP_OFFSET);
652 + TLS_TP_OFFSET + TLS_TCB_SIZE);
668 p = tls_get_addr_common((Elf_Addr**)((Elf_Addr)tp - TLS_TP_OFFSET
/freebsd-11-stable/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h60 #define TLS_TP_OFFSET 0x7000 macro
H A Dreloc.c256 + defobj->tlsoffset - TLS_TP_OFFSET);
557 + TLS_TP_OFFSET + TLS_TCB_SIZE);
569 p = tls_get_addr_common((Elf_Addr**)((Elf_Addr)tp - TLS_TP_OFFSET
/freebsd-11-stable/libexec/rtld-elf/riscv/
H A Drtld_machdep.h85 #define TLS_TP_OFFSET 0x0 macro
H A Dreloc.c353 defobj->tlsoffset - TLS_TP_OFFSET);
394 + TLS_TP_OFFSET + TLS_TCB_SIZE);
407 p = tls_get_addr_common((Elf_Addr**)((Elf_Addr)_tp - TLS_TP_OFFSET
/freebsd-11-stable/libexec/rtld-elf/mips/
H A Dreloc.c535 - TLS_TP_OFFSET - TLS_TCB_SIZE);
/freebsd-11-stable/sys/mips/mips/
H A Dtrap.c925 frame_regs[inst.RType.rt] += TLS_TP_OFFSET + TLS_TCB_SIZE32;
928 frame_regs[inst.RType.rt] += TLS_TP_OFFSET + TLS_TCB_SIZE;

Completed in 84 milliseconds