Home | History | Annotate | Download | only in bfd

Lines Matching refs:tls_type

701   unsigned char tls_type;
710 /* tls_type for each local got entry. */
1022 eh->tls_type = GOT_UNKNOWN;
1319 edir->tls_type = eind->tls_type;
1320 eind->tls_type = GOT_UNKNOWN;
1527 int tls_type, old_tls_type;
1537 tls_type = GOT_NORMAL;
1541 tls_type = GOT_TLS_GD;
1545 tls_type = GOT_TLS_IE;
1552 old_tls_type = _bfd_sparc_elf_hash_entry(h)->tls_type;
1589 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1591 || tls_type != GOT_TLS_IE))
1593 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1594 tls_type = old_tls_type;
1604 if (old_tls_type != tls_type)
1607 _bfd_sparc_elf_hash_entry (h)->tls_type = tls_type;
1609 _bfd_sparc_elf_local_got_tls_type (abfd) [r_symndx] = tls_type;
2342 && _bfd_sparc_elf_hash_entry(h)->tls_type == GOT_TLS_IE)
2348 int tls_type = _bfd_sparc_elf_hash_entry(h)->tls_type;
2363 if (tls_type == GOT_TLS_GD)
2369 if ((tls_type == GOT_TLS_GD && h->dynindx == -1)
2370 || tls_type == GOT_TLS_IE
2373 else if (tls_type == GOT_TLS_GD)
2977 int r_type, tls_type;
3567 tls_type = GOT_UNKNOWN;
3569 tls_type = _bfd_sparc_elf_local_got_tls_type (input_bfd) [r_symndx];
3572 tls_type = _bfd_sparc_elf_hash_entry(h)->tls_type;
3573 if (!info->shared && h->dynindx == -1 && tls_type == GOT_TLS_IE)
3585 if (tls_type == GOT_TLS_IE)
3759 tls_type = GOT_UNKNOWN;
3761 tls_type = _bfd_sparc_elf_local_got_tls_type (input_bfd) [r_symndx];
3763 tls_type = _bfd_sparc_elf_hash_entry(h)->tls_type;
3765 || (r_type == R_SPARC_TLS_GD_CALL && tls_type == GOT_TLS_IE))
3835 tls_type = GOT_UNKNOWN;
3837 tls_type = _bfd_sparc_elf_local_got_tls_type (input_bfd) [r_symndx];
3839 tls_type = _bfd_sparc_elf_hash_entry(h)->tls_type;
3840 if (! info->shared || tls_type == GOT_TLS_IE)
4462 && _bfd_sparc_elf_hash_entry(h)->tls_type != GOT_TLS_GD
4463 && _bfd_sparc_elf_hash_entry(h)->tls_type != GOT_TLS_IE)