Home
last modified time | relevance | path

Searched refs:P_OSREL_TLSBASE (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libsys/amd64/
H A Damd64_set_tlsbase.c48 if (__getosreldate() >= P_OSREL_TLSBASE)
/freebsd/lib/libthr/arch/amd64/amd64/
H A Dthr_machdep.c26 if (__getosreldate() < P_OSREL_TLSBASE) { in __thr_setup_tsd()
/freebsd/sys/sys/
H A Dparam.h110 #define P_OSREL_TLSBASE 1500044 macro
/freebsd/libexec/rtld-elf/amd64/
H A Dreloc.c549 if (__getosreldate() >= P_OSREL_TLSBASE) in allocate_initial_tls()