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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c2387 tls_optimize clears TLS_GD .. TLS_TPREL when optimizing to
2391 #define TLS_TPREL 4 /* TPREL reloc, => IE. */
3134 tls_type = TLS_TLS | TLS_TPREL;
4117 tls_clear = TLS_TPREL;
4642 if ((eh->tls_mask & (TLS_TPREL | TLS_TPRELGD)) != 0)
4889 if ((*lgot_masks & (TLS_TPREL | TLS_TPRELGD)) != 0)
5802 && (tls_mask & TLS_TPREL) == 0)
5816 && (tls_mask & TLS_TPREL) == 0)
6048 tls_type = TLS_TLS | TLS_TPREL;
6114 | TLS_TPREL | TLS_TPRELG
2386 #define TLS_TPREL macro
[all...]
H A Delf64-ppc.c3169 TLS_TPREL or TLS_DTPREL for tls entries. */
3354 tls_optimize clears TLS_GD .. TLS_TPREL when optimizing to
3361 #define TLS_TPREL 4 /* TPREL reloc, => IE. */
4497 tls_type = TLS_TLS | TLS_TPREL;
4677 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
5319 tls_type = TLS_TLS | TLS_TPREL;
6920 tls_clear = TLS_TPREL;
6921 tls_type = TLS_TLS | TLS_TPREL;
7011 tls_clear = TLS_TPREL;
7656 && (ent->tls_type & TLS_TPREL) !
3357 #define TLS_TPREL macro
[all...]

Completed in 257 milliseconds