Searched refs:PTTLS (Results 1 – 4 of 4) sorted by relevance
133 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()
146 #define PTTLS(X) (((Rt_elfp *)(X)->rt_priv)->e_pttls) macro
2931 if (PTTLS(lmp) == NULL) {2949 if (tls_assign(lml, lmp, PTTLS(lmp)) == 0) {
1030 if (PTTLS(lmp) && PTTLS(lmp)->p_memsz) in load_completion()