HomeSort by: relevance | last modified time | path
    Searched defs:TLS_DTV_OFFSET (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mips/include/
lwp_private.h 40 #define TLS_DTV_OFFSET 0x8000
  /src/sys/arch/powerpc/include/
lwp_private.h 46 #define TLS_DTV_OFFSET 0x8000
  /src/sys/arch/m68k/include/
lwp_private.h 41 #define TLS_DTV_OFFSET 0x8000
  /src/sys/arch/or1k/include/
lwp_private.h 43 #define TLS_DTV_OFFSET 0x8000
  /src/sys/arch/riscv/include/
lwp_private.h 45 #define TLS_DTV_OFFSET 0x800
  /src/libexec/ld.elf_so/
tls.c 70 #ifndef TLS_DTV_OFFSET
71 #define TLS_DTV_OFFSET 0
501 * TLS_DTV_OFFSET.
518 size_t idx = arg[0], offset = arg[1] + TLS_DTV_OFFSET;

Completed in 36 milliseconds