Home | History | Annotate | Download | only in bfd

Lines Matching refs:tls_type

816   unsigned char tls_type;
826 /* tls_type for each local got entry. */
1373 eh->tls_type = GOT_UNKNOWN;
1573 edir->tls_type = eind->tls_type;
1574 eind->tls_type = GOT_UNKNOWN;
1722 int tls_type;
1769 tls_type = GOT_TLS_GD;
1778 tls_type = GOT_TLS_IE;
1789 tls_type = GOT_NORMAL;
1800 old_tls_type = tilegx_elf_hash_entry(h)->tls_type;
1828 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1830 || tls_type != GOT_TLS_IE))
1832 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1833 tls_type = old_tls_type;
1843 if (old_tls_type != tls_type)
1846 tilegx_elf_hash_entry (h)->tls_type = tls_type;
1848 _bfd_tilegx_elf_local_got_tls_type (abfd) [r_symndx] = tls_type;
2545 && tilegx_elf_hash_entry(h)->tls_type == GOT_TLS_IE)
2551 int tls_type = tilegx_elf_hash_entry(h)->tls_type;
2566 if (tls_type == GOT_TLS_GD)
2571 if (tls_type == GOT_TLS_GD || tls_type == GOT_TLS_IE)
3150 int r_type, tls_type;
3244 tls_type = GOT_UNKNOWN;
3246 tls_type =
3249 tls_type = tilegx_elf_hash_entry(h)->tls_type;
3251 is_tls_iele = (! info->shared || tls_type == GOT_TLS_IE);
3804 tls_type = GOT_UNKNOWN;
3806 tls_type =
3810 tls_type = tilegx_elf_hash_entry(h)->tls_type;
3811 if (!info->shared && h->dynindx == -1 && tls_type == GOT_TLS_IE)
3817 if (tls_type == GOT_TLS_IE)
4155 && tilegx_elf_hash_entry(h)->tls_type != GOT_TLS_GD
4156 && tilegx_elf_hash_entry(h)->tls_type != GOT_TLS_IE)