Home | History | Annotate | Download | only in bfd

Lines Matching refs:tls_type

760   unsigned char tls_type;
781 /* tls_type for each local got entry. */
896 eh->tls_type = GOT_UNKNOWN;
1130 edir->tls_type = eind->tls_type;
1131 eind->tls_type = GOT_UNKNOWN;
1387 unsigned int *r_type, int tls_type,
1419 based on TLS_TYPE. */
1427 && tls_type == GOT_TLS_IE)
1434 if (tls_type == GOT_TLS_IE)
1743 int tls_type, old_tls_type;
1747 default: tls_type = GOT_NORMAL; break;
1748 case R_X86_64_TLSGD: tls_type = GOT_TLS_GD; break;
1749 case R_X86_64_GOTTPOFF: tls_type = GOT_TLS_IE; break;
1752 tls_type = GOT_TLS_GDESC; break;
1758 old_tls_type = elf_x86_64_hash_entry (h)->tls_type;
1790 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1792 || tls_type != GOT_TLS_IE))
1794 if (old_tls_type == GOT_TLS_IE && GOT_TLS_GD_ANY_P (tls_type))
1795 tls_type = old_tls_type;
1797 && GOT_TLS_GD_ANY_P (tls_type))
1798 tls_type |= old_tls_type;
1814 if (old_tls_type != tls_type)
1817 elf_x86_64_hash_entry (h)->tls_type = tls_type;
1819 elf_x86_64_local_got_tls_type (abfd) [r_symndx] = tls_type;
2537 && elf_x86_64_hash_entry (h)->tls_type == GOT_TLS_IE)
2545 int tls_type = elf_x86_64_hash_entry (h)->tls_type;
2556 if (GOT_TLS_GDESC_P (tls_type))
2563 if (! GOT_TLS_GDESC_P (tls_type)
2564 || GOT_TLS_GD_P (tls_type))
2569 if (GOT_TLS_GD_P (tls_type))
2576 if ((GOT_TLS_GD_P (tls_type) && h->dynindx == -1)
2577 || tls_type == GOT_TLS_IE)
2579 else if (GOT_TLS_GD_P (tls_type))
2581 else if (! GOT_TLS_GDESC_P (tls_type)
2587 if (GOT_TLS_GDESC_P (tls_type))
3420 int tls_type;
4170 tls_type = GOT_UNKNOWN;
4172 tls_type = elf_x86_64_local_got_tls_type (input_bfd) [r_symndx];
4174 tls_type = elf_x86_64_hash_entry (h)->tls_type;
4179 &r_type, tls_type, rel,
4379 if (GOT_TLS_GDESC_P (tls_type))
4401 if (GOT_TLS_GD_P (tls_type))
4403 else if (GOT_TLS_GDESC_P (tls_type))
4417 if (GOT_TLS_GD_P (tls_type))
4446 && ! GOT_TLS_GDESC_P (tls_type))
4932 && ! GOT_TLS_GD_ANY_P (elf_x86_64_hash_entry (h)->tls_type)
4933 && elf_x86_64_hash_entry (h)->tls_type != GOT_TLS_IE)