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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-ppc.c2302 TLS_GD .. TLS_TLS bits are or'd into the mask as the
2310 #define TLS_TLS 16 /* Any TLS reloc. */
3044 tls_type = TLS_TLS | TLS_LD;
3051 tls_type = TLS_TLS | TLS_GD;
3060 tls_type = TLS_TLS | TLS_TPREL;
3067 tls_type = TLS_TLS | TLS_DTPREL;
3945 tls_set = TLS_TLS | TLS_TPRELGD;
4490 if (eh->tls_mask == (TLS_TLS | TLS_LD)
4498 if ((eh->tls_mask & TLS_TLS) != 0)
4737 if (*lgot_masks == (TLS_TLS | TLS_L
2305 #define TLS_TLS macro
[all...]
H A Delf64-ppc.c3086 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
3276 #define TLS_TLS 16 /* Any TLS reloc. */
4399 tls_type = TLS_TLS | TLS_LD;
4406 tls_type = TLS_TLS | TLS_GD;
4415 tls_type = TLS_TLS | TLS_TPREL;
4422 tls_type = TLS_TLS | TLS_DTPREL;
4595 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
4604 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
4606 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
4610 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPRE
3272 #define TLS_TLS macro
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-microblaze.c717 #define TLS_TLS 16 /* Any TLS reloc. */
722 #define IS_TLS_GD(x) (x == (TLS_TLS | TLS_GD))
723 #define IS_TLS_LD(x) (x == (TLS_TLS | TLS_LD))
724 #define IS_TLS_DTPREL(x) (x == (TLS_TLS | TLS_DTPREL))
1194 tls_type = (TLS_TLS | TLS_GD);
1197 tls_type = (TLS_TLS | TLS_LD);
2352 tls_type |= (TLS_TLS | TLS_GD);
2355 tls_type |= (TLS_TLS | TLS_LD);
2794 if ((eh->tls_mask & TLS_TLS) != 0)
2976 if ((*lgot_masks & TLS_TLS) !
715 #define TLS_TLS macro
[all...]
H A Delf32-ppc.c3266 TLS_GD .. TLS_TLS bits are or'd into the mask as the
3274 #define TLS_TLS 16 /* Any TLS reloc. */
4135 tls_type = TLS_TLS | TLS_LD;
4142 tls_type = TLS_TLS | TLS_GD;
4151 tls_type = TLS_TLS | TLS_TPREL;
4158 tls_type = TLS_TLS | TLS_DTPREL;
5500 tls_set = TLS_TLS | TLS_TPRELGD;
6159 if ((eh->tls_mask & TLS_TLS) != 0)
6460 if ((*lgot_masks & TLS_TLS) != 0)
7177 if ((tls_mask & TLS_TLS) !
3268 #define TLS_TLS macro
[all...]
H A Delf64-ppc.c2832 /* Zero for non-tls entries, or TLS_TLS and one of TLS_GD, TLS_LD,
4021 #define TLS_TLS 16 /* Any TLS reloc. */
5463 tls_type = TLS_TLS | TLS_LD;
5470 tls_type = TLS_TLS | TLS_GD;
5479 tls_type = TLS_TLS | TLS_TPREL;
5486 tls_type = TLS_TLS | TLS_DTPREL;
5738 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
5747 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
5749 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
5753 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPRE
4017 #define TLS_TLS macro
[all...]

Completed in 212 milliseconds