Lines Matching refs:tls_type

653   unsigned char tls_type;
663 /* tls_type for each local got entry. */
748 eh->tls_type = GOT_UNKNOWN;
896 edir->tls_type = eind->tls_type;
897 eind->tls_type = GOT_UNKNOWN;
960 int tls_type, old_tls_type;
1128 tls_type = GOT_NORMAL;
1131 tls_type = GOT_TLS_GD;
1135 tls_type = GOT_TLS_IE;
1140 tls_type = GOT_TLS_IE_NLT;
1147 old_tls_type = elf_s390_hash_entry(h)->tls_type;
1156 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN)
1158 if (old_tls_type == GOT_NORMAL || tls_type == GOT_NORMAL)
1165 if (old_tls_type > tls_type)
1166 tls_type = old_tls_type;
1169 if (old_tls_type != tls_type)
1172 elf_s390_hash_entry (h)->tls_type = tls_type;
1174 elf_s390_local_got_tls_type (abfd) [r_symndx] = tls_type;
1813 && elf_s390_hash_entry(h)->tls_type >= GOT_TLS_IE)
1815 if (elf_s390_hash_entry(h)->tls_type == GOT_TLS_IE_NLT)
1830 int tls_type = elf_s390_hash_entry(h)->tls_type;
1845 if (tls_type == GOT_TLS_GD)
1850 if ((tls_type == GOT_TLS_GD && h->dynindx == -1)
1851 || tls_type >= GOT_TLS_IE)
1853 else if (tls_type == GOT_TLS_GD)
2284 int tls_type;
2684 tls_type = GOT_UNKNOWN;
2686 tls_type = elf_s390_local_got_tls_type (input_bfd) [r_symndx];
2689 tls_type = elf_s390_hash_entry(h)->tls_type;
2690 if (!info->shared && h->dynindx == -1 && tls_type >= GOT_TLS_IE)
2693 if (r_type == R_390_TLS_GD32 && tls_type >= GOT_TLS_IE)
2807 tls_type = elf_s390_hash_entry(h)->tls_type;
2808 if (info->shared || h->dynindx != -1 || tls_type < GOT_TLS_IE)
2911 tls_type = GOT_UNKNOWN;
2913 tls_type = elf_s390_local_got_tls_type (input_bfd) [r_symndx];
2915 tls_type = elf_s390_hash_entry(h)->tls_type;
2917 if (tls_type == GOT_TLS_GD)
3211 && elf_s390_hash_entry(h)->tls_type != GOT_TLS_GD
3212 && elf_s390_hash_entry(h)->tls_type != GOT_TLS_IE
3213 && elf_s390_hash_entry(h)->tls_type != GOT_TLS_IE_NLT)