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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-ppc.c2354 TLS_GD .. TLS_TLS bits are or'd into the mask as the
2362 #define TLS_TLS 16 /* Any TLS reloc. */
3096 tls_type = TLS_TLS | TLS_LD;
3103 tls_type = TLS_TLS | TLS_GD;
3112 tls_type = TLS_TLS | TLS_TPREL;
3119 tls_type = TLS_TLS | TLS_DTPREL;
3979 tls_set = TLS_TLS | TLS_TPRELGD;
4524 if (eh->tls_mask == (TLS_TLS | TLS_LD)
4532 if ((eh->tls_mask & TLS_TLS) != 0)
4771 if (*lgot_masks == (TLS_TLS | TLS_L
2357 #define TLS_TLS macro
[all...]
H A Delf64-ppc.c3150 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
3345 #define TLS_TLS 16 /* Any TLS reloc. */
4486 tls_type = TLS_TLS | TLS_LD;
4493 tls_type = TLS_TLS | TLS_GD;
4502 tls_type = TLS_TLS | TLS_TPREL;
4509 tls_type = TLS_TLS | TLS_DTPREL;
4682 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
4691 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
4693 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
4697 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPRE
3341 #define TLS_TLS macro
[all...]

Completed in 195 milliseconds