Lines Matching refs:tls_type

466   unsigned char tls_type;
475 /* tls_type for each local got entry. */
785 eh->tls_type = GOT_UNKNOWN;
998 edir->tls_type = eind->tls_type;
999 eind->tls_type = GOT_UNKNOWN;
1156 int tls_type, old_tls_type;
1164 tls_type = GOT_NORMAL;
1168 tls_type = GOT_TLS_GD;
1172 tls_type = GOT_TLS_IE;
1179 old_tls_type = _bfd_sparc_elf_hash_entry(h)->tls_type;
1207 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1209 || tls_type != GOT_TLS_IE))
1211 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1212 tls_type = old_tls_type;
1222 if (old_tls_type != tls_type)
1225 _bfd_sparc_elf_hash_entry (h)->tls_type = tls_type;
1227 _bfd_sparc_elf_local_got_tls_type (abfd) [r_symndx] = tls_type;
1961 && _bfd_sparc_elf_hash_entry(h)->tls_type == GOT_TLS_IE)
1967 int tls_type = _bfd_sparc_elf_hash_entry(h)->tls_type;
1982 if (tls_type == GOT_TLS_GD)
1988 if ((tls_type == GOT_TLS_GD && h->dynindx == -1)
1989 || tls_type == GOT_TLS_IE)
1991 else if (tls_type == GOT_TLS_GD)
2514 int r_type, tls_type;
2934 tls_type = GOT_UNKNOWN;
2936 tls_type = _bfd_sparc_elf_local_got_tls_type (input_bfd) [r_symndx];
2939 tls_type = _bfd_sparc_elf_hash_entry(h)->tls_type;
2940 if (!info->shared && h->dynindx == -1 && tls_type == GOT_TLS_IE)
2952 if (tls_type == GOT_TLS_IE)
3125 tls_type = GOT_UNKNOWN;
3127 tls_type = _bfd_sparc_elf_local_got_tls_type (input_bfd) [r_symndx];
3129 tls_type = _bfd_sparc_elf_hash_entry(h)->tls_type;
3131 || (r_type == R_SPARC_TLS_GD_CALL && tls_type == GOT_TLS_IE))
3181 tls_type = GOT_UNKNOWN;
3183 tls_type = _bfd_sparc_elf_local_got_tls_type (input_bfd) [r_symndx];
3185 tls_type = _bfd_sparc_elf_hash_entry(h)->tls_type;
3186 if (! info->shared || tls_type == GOT_TLS_IE)
3722 && _bfd_sparc_elf_hash_entry(h)->tls_type != GOT_TLS_GD
3723 && _bfd_sparc_elf_hash_entry(h)->tls_type != GOT_TLS_IE)