Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dtls.c40 uint_t *tmi_bits; member
52 if (tmid.tmi_bits == 0) { in tls_getmodid()
53 if ((tmid.tmi_bits = in tls_getmodid()
56 tmid.tmi_bits[0] = 1; in tls_getmodid()
69 if ((tmid.tmi_bits[cnt] ^ ~((uint_t)0)) == 0) in tls_getmodid()
73 if ((tmid.tmi_bits[cnt] & bits) == 0) { in tls_getmodid()
74 tmid.tmi_bits[cnt] |= bits; in tls_getmodid()
85 if ((tmid.tmi_bits = realloc(tmid.tmi_bits, in tls_getmodid()
93 bzero(&(tmid.tmi_bits[tmid.tmi_cnt]), TLSBLOCKCNT * sizeof (uint_t)); in tls_getmodid()
94 tmid.tmi_bits[tmid.tmi_cnt] = 1; in tls_getmodid()
[all …]