Home | History | Annotate | Download | only in bfd

Lines Matching refs:tls_type

662   unsigned char tls_type;
788 eh->tls_type = GOT_UNKNOWN;
915 edir->tls_type = eind->tls_type;
916 eind->tls_type = GOT_UNKNOWN;
978 int tls_type, old_tls_type;
1199 tls_type = GOT_NORMAL;
1202 tls_type = GOT_TLS_GD;
1206 tls_type = GOT_TLS_IE;
1211 tls_type = GOT_TLS_IE_NLT;
1218 old_tls_type = elf_s390_hash_entry(h)->tls_type;
1227 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN)
1229 if (old_tls_type == GOT_NORMAL || tls_type == GOT_NORMAL)
1236 if (old_tls_type > tls_type)
1237 tls_type = old_tls_type;
1240 if (old_tls_type != tls_type)
1243 elf_s390_hash_entry (h)->tls_type = tls_type;
1245 elf_s390_local_got_tls_type (abfd) [r_symndx] = tls_type;
1857 && elf_s390_hash_entry(h)->tls_type >= GOT_TLS_IE)
1859 if (elf_s390_hash_entry(h)->tls_type == GOT_TLS_IE_NLT)
1874 int tls_type = elf_s390_hash_entry(h)->tls_type;
1889 if (tls_type == GOT_TLS_GD)
1894 if ((tls_type == GOT_TLS_GD && h->dynindx == -1)
1895 || tls_type >= GOT_TLS_IE)
1897 else if (tls_type == GOT_TLS_GD)
2345 int tls_type;
2934 tls_type = GOT_UNKNOWN;
2936 tls_type = elf_s390_local_got_tls_type (input_bfd) [r_symndx];
2939 tls_type = elf_s390_hash_entry(h)->tls_type;
2940 if (!info->shared && h->dynindx == -1 && tls_type >= GOT_TLS_IE)
2943 if (r_type == R_390_TLS_GD32 && tls_type >= GOT_TLS_IE)
3057 tls_type = elf_s390_hash_entry(h)->tls_type;
3058 if (info->shared || h->dynindx != -1 || tls_type < GOT_TLS_IE)
3161 tls_type = GOT_UNKNOWN;
3163 tls_type = elf_s390_local_got_tls_type (input_bfd) [r_symndx];
3165 tls_type = elf_s390_hash_entry(h)->tls_type;
3167 if (tls_type == GOT_TLS_GD)
3687 && elf_s390_hash_entry(h)->tls_type != GOT_TLS_GD
3688 && elf_s390_hash_entry(h)->tls_type != GOT_TLS_IE
3689 && elf_s390_hash_entry(h)->tls_type != GOT_TLS_IE_NLT)