Searched refs:tlsmod (Results 1 – 1 of 1) sorted by relevance
2279 TLS_modinfo tlsmod; in __td_thr_tlsbase() local2291 &tlsmod, sizeof (tlsmod)) != PS_OK) in __td_thr_tlsbase()2293 else if (tlsmod.tm_memsz == 0) in __td_thr_tlsbase()2295 else if (tlsmod.tm_flags & TM_FLG_STATICTLS) in __td_thr_tlsbase()2296 *base = (psaddr_t)ulwp - tlsmod.tm_stattlsoffset; in __td_thr_tlsbase()2314 TLS_modinfo32 tlsmod; in __td_thr_tlsbase() local2326 &tlsmod, sizeof (tlsmod)) != PS_OK) in __td_thr_tlsbase()2328 else if (tlsmod.tm_memsz == 0) in __td_thr_tlsbase()2330 else if (tlsmod.tm_flags & TM_FLG_STATICTLS) in __td_thr_tlsbase()2331 *base = (psaddr_t)ulwp - tlsmod.tm_stattlsoffset; in __td_thr_tlsbase()