Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c310 case CI_TLS_MODREM: in get_lcinterface()
371 lcp[CI_TLS_MODREM].lc_un.lc_func && in get_lcinterface()
374 lcp[CI_TLS_MODREM].lc_un.lc_func = NULL; in get_lcinterface()
H A Dtls.c128 fptr = (void (*)())lml->lm_lcs[CI_TLS_MODREM].lc_un.lc_func; in tls_modaddrem()
/titanic_41/usr/src/lib/libc/inc/
H A Dlibc_int.h45 #define CI_TLS_MODREM 8 /* __tls_mod_remove() address */ macro
/titanic_41/usr/src/lib/libc/port/threads/
H A Dtls.c205 {CI_TLS_MODREM, (int(*)())__tls_mod_remove},