Lines Matching refs:tls
184 /* Whether or not we allow TLS suffixes. For the moment, we always do. */
185 static const bfd_boolean tls = TRUE;
1269 /* We only do it if the relocation is unspecified, i.e. not a PIC or TLS
1286 PIC or TLS operands, but it is ok to drop through here for the other
1959 /* TLS specifiers do not make sense here. */
2227 expression (i.e. it had a PIC or TLS modifier) check that the
2237 ? _("TLS relocation size does not match operand size")
2764 if ((pic || tls) && **cPP == RELOC_SUFFIX_CHAR)
2841 if ((pic || tls) && **cPP == RELOC_SUFFIX_CHAR)
3010 if ((pic || tls) && **cPP == RELOC_SUFFIX_CHAR)
3075 /* For :GD and :IE, it makes sense to have TLS specifiers here. */
3076 if ((pic || tls) && **cPP == RELOC_SUFFIX_CHAR)
3469 specified relocs (TLS, PIC). */
3537 /* But TLS can be active for non-TLS relocations too. */
3538 && (pic_suffixes[i].tls_p == 0 || tls))