Home | History | Annotate | Download | only in bfd

Lines Matching refs:tls_type

2813   /* tls_type for each local got entry.  */
2872 unsigned int tls_type : 8;
3097 ret->tls_type = GOT_UNKNOWN;
3520 edir->tls_type = eind->tls_type;
3521 eind->tls_type = GOT_UNKNOWN;
5150 && ((hash ? hash->tls_type
9538 char tls_type;
9555 tls_type = ((struct elf32_arm_link_hash_entry *) h)->tls_type;
9562 tls_type = elf32_arm_local_got_tls_type (input_bfd)[r_symndx];
9568 tls_type = GOT_TLS_IE;
9570 BFD_ASSERT (tls_type != GOT_UNKNOWN);
9593 if (tls_type & GOT_TLS_GDESC)
9635 if (tls_type & GOT_TLS_GD)
9685 if (tls_type & GOT_TLS_IE)
9716 if ((tls_type & GOT_TLS_GD) && r_type != R_ARM_TLS_GD32)
9718 else if (tls_type & GOT_TLS_GDESC)
9801 else if ((r_type == R_ARM_TLS_GOTDESC) && (tls_type & GOT_TLS_GDESC))
10755 && !((h ? elf32_arm_hash_entry (h)->tls_type :
12742 int tls_type, old_tls_type;
12746 case R_ARM_TLS_GD32: tls_type = GOT_TLS_GD; break;
12748 case R_ARM_TLS_IE32: tls_type = GOT_TLS_IE; break;
12753 tls_type = GOT_TLS_GDESC; break;
12755 default: tls_type = GOT_NORMAL; break;
12758 if (!info->executable && (tls_type & GOT_TLS_IE))
12764 old_tls_type = elf32_arm_hash_entry (h)->tls_type;
12778 && GOT_TLS_GD_ANY_P (tls_type))
12779 tls_type |= old_tls_type;
12785 && tls_type != GOT_NORMAL)
12786 tls_type |= old_tls_type;
12792 if ((tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_GDESC))
12793 tls_type &= ~GOT_TLS_GDESC;
12795 if (old_tls_type != tls_type)
12798 elf32_arm_hash_entry (h)->tls_type = tls_type;
12800 elf32_arm_local_got_tls_type (abfd) [r_symndx] = tls_type;
13452 int tls_type = elf32_arm_hash_entry (h)->tls_type;
13469 if (tls_type == GOT_UNKNOWN)
13472 if (tls_type == GOT_NORMAL)
13477 if (tls_type & GOT_TLS_GDESC)
13490 if (tls_type & GOT_TLS_GD)
13499 if (tls_type & GOT_TLS_IE)
13512 if (tls_type != GOT_NORMAL
13517 if (tls_type & GOT_TLS_IE)
13520 if (tls_type & GOT_TLS_GD)
13523 if (tls_type & GOT_TLS_GDESC)
13532 if ((tls_type & GOT_TLS_GD) && indx != 0)