Searched refs:tlsmod (Results 1 – 1 of 1) sorted by relevance
2253 TLS_modinfo tlsmod; in __td_thr_tlsbase() local2265 &tlsmod, sizeof (tlsmod)) != PS_OK) in __td_thr_tlsbase()2267 else if (tlsmod.tm_memsz == 0) in __td_thr_tlsbase()2269 else if (tlsmod.tm_flags & TM_FLG_STATICTLS) in __td_thr_tlsbase()2270 *base = (psaddr_t)ulwp - tlsmod.tm_stattlsoffset; in __td_thr_tlsbase()2288 TLS_modinfo32 tlsmod; in __td_thr_tlsbase() local2300 &tlsmod, sizeof (tlsmod)) != PS_OK) in __td_thr_tlsbase()2302 else if (tlsmod.tm_memsz == 0) in __td_thr_tlsbase()2304 else if (tlsmod.tm_flags & TM_FLG_STATICTLS) in __td_thr_tlsbase()2305 *base = (psaddr_t)ulwp - tlsmod.tm_stattlsoffset; in __td_thr_tlsbase()