Lines Matching defs:tls_gd
2744 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
3886 TLS_GD .. TLS_EXPLICIT bits are or'd into the mask as the
3888 tls_optimize clears TLS_GD .. TLS_TPREL when optimizing to
3893 #define TLS_GD 1 /* GD reloc. */
5337 tls_type = TLS_TLS | TLS_GD;
5582 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
5632 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD))
6460 tls_type = TLS_TLS | TLS_GD;
8307 tls_clear = TLS_GD;
8308 tls_type = TLS_TLS | TLS_GD;
8399 tls_set = TLS_EXPLICIT | TLS_GD;
8402 tls_set = TLS_EXPLICIT | TLS_GD | TLS_TPRELGD;
8403 tls_clear = TLS_GD;
8444 if ((*toc_tls & (TLS_GD | TLS_LD)) != 0)
8534 if (tls_set == (TLS_EXPLICIT | TLS_GD))
9322 int entsize = (gent->tls_type & eh->tls_mask & (TLS_GD | TLS_LD)
9324 int rentsize = (gent->tls_type & eh->tls_mask & TLS_GD
9459 && (gent->tls_type & TLS_GD) != 0)
9788 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
11397 if ((ent->tls_type & *lgot_masks & TLS_GD) != 0)
13037 unsigned char tls_mask, tls_gd, tls_type;
13163 tls_gd = 0;
13277 tls_gd = TLS_TPRELGD;
13278 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13357 tls_gd = TLS_TPRELGD;
13358 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13367 if ((tls_mask & tls_gd) != 0)
13382 tls_gd = TLS_TPRELGD;
13383 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13407 if ((tls_mask & tls_gd) != 0)
13429 if (tls_gd == 0)
13477 if ((tls_mask & tls_gd) == 0
13478 && (tls_gd == 0 || toc_symndx != 0))
13489 if (tls_mask != 0 && (tls_mask & TLS_GD) == 0)
13582 if ((tls_mask & TLS_GD) == 0)
13941 tls_type = TLS_TLS | TLS_GD;
14065 if (tls_type & (TLS_LD | TLS_GD))
14069 if (tls_type == (TLS_TLS | TLS_GD))
14105 if (tls_type & (TLS_GD | TLS_DTPREL | TLS_TPREL))
14127 if (tls_type == (TLS_TLS | TLS_GD))