Searched defs:tlsmod (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c2416 TLS_modinfo tlsmod; local
2428 &tlsmod, sizeof (tlsmod)) != PS_OK)
2430 else if (tlsmod.tm_memsz == 0)
2432 else if (tlsmod.tm_flags & TM_FLG_STATICTLS)
2433 *base = (psaddr_t)ulwp - tlsmod.tm_stattlsoffset;
2451 TLS_modinfo32 tlsmod; local
2463 &tlsmod, sizeof (tlsmod)) != PS_OK)
2465 else if (tlsmod
[all...]

Completed in 22 milliseconds