Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtls.c258 uint_t tlsmodndx, tlsmodcnt = lml->lm_tls; in tls_statmod() local
278 if ((tlsmodlist = calloc(1, (sizeof (TLS_modinfo *) * (tlsmodcnt + 1)) + in tls_statmod()
279 (sizeof (TLS_modinfo) * tlsmodcnt))) == NULL) in tls_statmod()
287 if (tlsmodcnt == 0) { in tls_statmod()
299 ((tlsmodcnt + 1) * sizeof (TLS_modinfo *))); in tls_statmod()
301 for (tlsmodndx = 0; tlsmodndx < tlsmodcnt; tlsmodndx++) in tls_statmod()