Home | History | Annotate | Download | only in bfd

Lines Matching refs:tls_type

283   unsigned int tls_type;
299 /* tls_type for each local got entry. */
3348 eh->tls_type = GOT_UNKNOWN;
3840 int tls_type = elf32_nds32_hash_entry (h)->tls_type;
3853 if (tls_type == GOT_UNKNOWN)
3855 else if (tls_type == GOT_NORMAL
3856 || tls_type == GOT_TLS_IE)
5217 unsigned int tls_type;
5232 tls_type = ((struct elf_nds32_link_hash_entry *) h)->tls_type;
5246 tls_type = elf32_nds32_local_got_tls_type (input_bfd)[r_symndx];
5270 if (tls_type & GOT_TLS_IE)
6363 int tls_type, old_tls_type;
6425 tls_type = GOT_TLS_IE;
6428 tls_type = GOT_NORMAL;
6433 old_tls_type = elf32_nds32_hash_entry (h)->tls_type;
6462 && tls_type != GOT_NORMAL)
6463 tls_type |= old_tls_type;
6465 if (old_tls_type != tls_type)
6468 elf32_nds32_hash_entry (h)->tls_type = tls_type;
6470 elf32_nds32_local_got_tls_type (abfd)[r_symndx] = tls_type;
6497 elf32_nds32_hash_entry (h)->tls_type = GOT_NORMAL;