Home | History | Annotate | Download | only in bfd

Lines Matching refs:tls_type

895   unsigned char tls_type;
974 /* tls_type for each local got entry. */
1193 eh->tls_type = GOT_UNKNOWN;
3243 char tls_type;
3261 tls_type = (((struct elf32_nios2_link_hash_entry *) h)
3262 ->tls_type);
3269 tls_type = (elf32_nios2_local_got_tls_type (input_bfd)
3273 if (tls_type == GOT_UNKNOWN)
3302 if (tls_type & GOT_TLS_GD)
3354 if (tls_type & GOT_TLS_IE)
3387 if ((tls_type & GOT_TLS_GD) && r_type != R_NIOS2_TLS_GD16)
3700 edir->tls_type = eind->tls_type;
3701 eind->tls_type = GOT_UNKNOWN;
3778 int tls_type, old_tls_type;
3789 tls_type = GOT_NORMAL;
3792 tls_type = GOT_TLS_GD;
3795 tls_type = GOT_TLS_IE;
3824 old_tls_type = elf32_nios2_hash_entry(h)->tls_type;
3866 && tls_type != GOT_NORMAL)
3867 tls_type |= old_tls_type;
3869 if (old_tls_type != tls_type)
3872 elf32_nios2_hash_entry (h)->tls_type = tls_type;
3874 elf32_nios2_local_got_tls_type (abfd) [r_symndx] = tls_type;
4230 && (elf32_nios2_hash_entry (h)->tls_type & GOT_TLS_GD) == 0
4231 && (elf32_nios2_hash_entry (h)->tls_type & GOT_TLS_IE) == 0)
4706 int tls_type = eh->tls_type;
4719 if (tls_type == GOT_UNKNOWN)
4722 if (tls_type == GOT_NORMAL)
4727 if (tls_type & GOT_TLS_GD)
4730 if (tls_type & GOT_TLS_IE)
4743 if (tls_type != GOT_NORMAL
4748 if (tls_type & GOT_TLS_IE)
4751 if (tls_type & GOT_TLS_GD)
4754 if ((tls_type & GOT_TLS_GD) && indx != 0)