Searched refs:TLS_TLS (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-ppc.c2433 TLS_GD .. TLS_TLS bits are or'd into the mask as the
2441 #define TLS_TLS 16 /* Any TLS reloc. */
3203 tls_type = TLS_TLS | TLS_LD;
3210 tls_type = TLS_TLS | TLS_GD;
3219 tls_type = TLS_TLS | TLS_TPREL;
3226 tls_type = TLS_TLS | TLS_DTPREL;
4229 tls_set = TLS_TLS | TLS_TPRELGD;
4761 if (eh->tls_mask == (TLS_TLS | TLS_LD)
4772 if ((eh->tls_mask & TLS_TLS) != 0)
5011 if (*lgot_masks == (TLS_TLS | TLS_L
2436 #define TLS_TLS macro
[all...]
H A Delf64-ppc.c3211 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
3432 #define TLS_TLS 16 /* Any TLS reloc. */
4587 tls_type = TLS_TLS | TLS_LD;
4594 tls_type = TLS_TLS | TLS_GD;
4603 tls_type = TLS_TLS | TLS_TPREL;
4610 tls_type = TLS_TLS | TLS_DTPREL;
4766 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
4775 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
4777 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
4781 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPRE
3428 #define TLS_TLS macro
[all...]

Completed in 134 milliseconds