Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc_db/common/
H A Dthread_db.c2253 TLS_modinfo tlsmod; in __td_thr_tlsbase() local
2265 &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() local
2300 &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()