Lines Matching refs:tls_type

598   unsigned char tls_type;
607 /* tls_type for each local got entry. */
685 eh->tls_type = GOT_UNKNOWN;
831 edir->tls_type = eind->tls_type;
832 eind->tls_type = GOT_UNKNOWN;
984 int tls_type, old_tls_type;
992 tls_type = GOT_NORMAL;
996 tls_type = GOT_TLS_GD;
1000 tls_type = GOT_TLS_IE;
1007 old_tls_type = elf32_sparc_hash_entry(h)->tls_type;
1035 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1037 || tls_type != GOT_TLS_IE))
1039 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1040 tls_type = old_tls_type;
1051 if (old_tls_type != tls_type)
1054 elf32_sparc_hash_entry (h)->tls_type = tls_type;
1056 elf32_sparc_local_got_tls_type (abfd) [r_symndx] = tls_type;
1688 && elf32_sparc_hash_entry(h)->tls_type == GOT_TLS_IE)
1694 int tls_type = elf32_sparc_hash_entry(h)->tls_type;
1709 if (tls_type == GOT_TLS_GD)
1715 if ((tls_type == GOT_TLS_GD && h->dynindx == -1)
1716 || tls_type == GOT_TLS_IE)
1718 else if (tls_type == GOT_TLS_GD)
2171 int r_type, tls_type;
2538 tls_type = GOT_UNKNOWN;
2540 tls_type = elf32_sparc_local_got_tls_type (input_bfd) [r_symndx];
2543 tls_type = elf32_sparc_hash_entry(h)->tls_type;
2544 if (!info->shared && h->dynindx == -1 && tls_type == GOT_TLS_IE)
2556 if (tls_type == GOT_TLS_IE)
2732 tls_type = GOT_UNKNOWN;
2734 tls_type = elf32_sparc_local_got_tls_type (input_bfd) [r_symndx];
2736 tls_type = elf32_sparc_hash_entry(h)->tls_type;
2738 || (r_type == R_SPARC_TLS_GD_CALL && tls_type == GOT_TLS_IE))
2787 tls_type = GOT_UNKNOWN;
2789 tls_type = elf32_sparc_local_got_tls_type (input_bfd) [r_symndx];
2791 tls_type = elf32_sparc_hash_entry(h)->tls_type;
2792 if (! info->shared || tls_type == GOT_TLS_IE)
3123 && elf32_sparc_hash_entry(h)->tls_type != GOT_TLS_GD
3124 && elf32_sparc_hash_entry(h)->tls_type != GOT_TLS_IE)