Home | History | Annotate | Download | only in bfd

Lines Matching refs:tls_type

810     } tls_type;
1014 hh->tls_type = GOT_UNKNOWN;
1784 char tls_type;
1802 tls_type = hh->tls_type;
1811 tls_type = metag_elf_local_got_tls_type (input_bfd) [r_symndx];
1814 if (tls_type == GOT_UNKNOWN)
1841 if (tls_type & GOT_TLS_GD)
1881 if (tls_type & GOT_TLS_IE)
2105 int tls_type = GOT_UNKNOWN, old_tls_type = GOT_UNKNOWN;
2191 tls_type = GOT_NORMAL;
2194 tls_type = GOT_TLS_IE;
2197 tls_type = GOT_TLS_GD;
2204 old_tls_type = hh->tls_type;
2233 if (old_tls_type != tls_type)
2237 hh->tls_type = tls_type;
2241 metag_elf_local_got_tls_type (abfd) [r_symndx] = tls_type;
2468 hh_dir->tls_type = hh_ind->tls_type;
2469 hh_ind->tls_type = GOT_UNKNOWN;
2674 int tls_type = metag_elf_hash_entry (eh)->tls_type;
2690 if (tls_type == GOT_TLS_GD)
2695 if ((tls_type == GOT_TLS_GD && eh->dynindx == -1)
2696 || (tls_type == GOT_TLS_IE && dyn))
2698 else if (tls_type == GOT_TLS_GD)
3182 && (metag_elf_hash_entry (eh)->tls_type & GOT_TLS_GD) == 0
3183 && (metag_elf_hash_entry (eh)->tls_type & GOT_TLS_IE) == 0)