Home | History | Annotate | Download | only in bfd

Lines Matching refs:tls_type

239   } tls_type;
404 hh->tls_type = GOT_UNKNOWN;
1073 hh_dir->tls_type = hh_ind->tls_type;
1074 hh_ind->tls_type = GOT_UNKNOWN;
1138 int tls_type = GOT_UNKNOWN, old_tls_type = GOT_UNKNOWN;
1330 tls_type = GOT_NORMAL;
1334 tls_type |= GOT_TLS_GD;
1338 tls_type |= GOT_TLS_LDM;
1342 tls_type |= GOT_TLS_IE;
1364 old_tls_type = hh->tls_type;
1379 tls_type |= old_tls_type;
1381 if (old_tls_type != tls_type)
1384 hh->tls_type = tls_type;
1386 hppa_elf_local_got_tls_type (abfd) [r_symndx] = tls_type;
2040 if ((hh->tls_type & (GOT_TLS_GD | GOT_TLS_IE)) == (GOT_TLS_GD | GOT_TLS_IE))
2042 else if ((hh->tls_type & GOT_TLS_GD) == GOT_TLS_GD)
2050 if ((hh->tls_type & (GOT_TLS_GD | GOT_TLS_IE)) == (GOT_TLS_GD | GOT_TLS_IE))
2052 else if ((hh->tls_type & GOT_TLS_GD) == GOT_TLS_GD)
4106 char tls_type;
4121 tls_type = hh->tls_type;
4126 tls_type = hppa_elf_local_got_tls_type (input_bfd)[r_symndx];
4129 if (tls_type == GOT_UNKNOWN)
4156 if (tls_type & GOT_TLS_GD)
4201 if (tls_type & GOT_TLS_IE)
4232 if ((tls_type & GOT_TLS_GD)
4376 && (hppa_elf_hash_entry (eh)->tls_type & GOT_TLS_GD) == 0
4377 && (hppa_elf_hash_entry (eh)->tls_type & GOT_TLS_IE) == 0)