Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtls.c133 tlsphdr = PTTLS(lmp); in tls_modaddrem()
242 PTTLS(lmp) = phdr; in tls_assign()
310 (PTTLS(lmp) == 0) || (PTTLS(lmp)->p_memsz == 0)) in tls_statmod()
313 tlsphdr = PTTLS(lmp); in tls_statmod()
H A D_elf.h146 #define PTTLS(X) (((Rt_elfp *)(X)->rt_priv)->e_pttls) macro
H A Delf.c2908 if (PTTLS(lmp) == NULL) {
2926 if (tls_assign(lml, lmp, PTTLS(lmp)) == 0) {
H A Dutil.c1033 if (PTTLS(lmp) && PTTLS(lmp)->p_memsz) in load_completion()