Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc_db/common/
H A Dthread_db.c2279 TLS_modinfo tlsmod; in __td_thr_tlsbase() local
2291 &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() local
2326 &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()