Lines Matching defs:tls_maskp
6958 unsigned char **tls_maskp,
6988 if (tls_maskp != NULL)
6989 *tls_maskp = &ppc_elf_hash_entry (h)->tls_mask;
7018 if (tls_maskp != NULL)
7033 *tls_maskp = tls_mask;
7039 /* Returns TLS_MASKP for the given REL symbol. Function return is 0 on
7044 get_tls_mask (unsigned char **tls_maskp,
7059 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
7062 if ((*tls_maskp != NULL
7063 && (**tls_maskp & TLS_TLS) != 0
7064 && **tls_maskp != (TLS_TLS | TLS_MARK))
7086 if (!get_sym_h (&h, &sym, &sec, tls_maskp, locsymsp, r_symndx, ibfd))
7881 unsigned char *tls_maskp;
7889 if (!get_sym_h (&h, &sym, &sym_sec, &tls_maskp, &local_syms,
7917 *tls_maskp &= ~PLT_KEEP;