Searched refs:GOT_TLS_IE (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-i386.c596 #define GOT_TLS_IE 4
1032 tls_type = GOT_TLS_IE;
1070 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE))
1076 || (tls_type & GOT_TLS_IE) == 0))
1078 if ((old_tls_type & GOT_TLS_IE) && GOT_TLS_GD_ANY_P (tls_type))
1658 && (elf_i386_hash_entry(h)->tls_type & GOT_TLS_IE))
1701 || (tls_type & GOT_TLS_IE))
1946 || (*local_tls_type & GOT_TLS_IE))
2630 if (!info->shared && h->dynindx == -1 && (tls_type & GOT_TLS_IE))
594 #define GOT_TLS_IE macro
[all...]
H A Delfxx-sparc.c489 #define GOT_TLS_IE 3
1199 tls_type = GOT_TLS_IE;
1236 || tls_type != GOT_TLS_IE))
1238 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1944 && _bfd_sparc_elf_hash_entry(h)->tls_type == GOT_TLS_IE)
1972 || tls_type == GOT_TLS_IE)
2203 || *local_tls_type == GOT_TLS_IE)
2952 if (!info->shared && h->dynindx == -1 && tls_type == GOT_TLS_IE)
2964 if (tls_type == GOT_TLS_IE)
3143 || (r_type == R_SPARC_TLS_GD_CALL && tls_type == GOT_TLS_IE))
488 #define GOT_TLS_IE macro
[all...]
H A Delf64-x86-64.c420 #define GOT_TLS_IE 3
830 case R_X86_64_GOTTPOFF: tls_type = GOT_TLS_IE; break;
881 || tls_type != GOT_TLS_IE))
883 if (old_tls_type == GOT_TLS_IE && GOT_TLS_GD_ANY_P (tls_type))
1501 && elf64_x86_64_hash_entry (h)->tls_type == GOT_TLS_IE)
1539 || tls_type == GOT_TLS_IE)
1787 || *local_tls_type == GOT_TLS_IE)
2512 if (!info->shared && h->dynindx == -1 && tls_type == GOT_TLS_IE)
2519 if (tls_type == GOT_TLS_IE)
3151 && elf64_x86_64_hash_entry (h)->tls_type != GOT_TLS_IE)
418 #define GOT_TLS_IE macro
[all...]
H A Delf32-s390.c669 #define GOT_TLS_IE 3 macro
1159 tls_type = GOT_TLS_IE;
1804 && elf_s390_hash_entry(h)->tls_type >= GOT_TLS_IE)
1842 || tls_type >= GOT_TLS_IE)
2702 if (!info->shared && h->dynindx == -1 && tls_type >= GOT_TLS_IE)
2705 if (r_type == R_390_TLS_GD32 && tls_type >= GOT_TLS_IE)
2820 if (info->shared || h->dynindx != -1 || tls_type < GOT_TLS_IE)
3265 && elf_s390_hash_entry(h)->tls_type != GOT_TLS_IE
H A Delf64-s390.c624 #define GOT_TLS_IE 3 macro
1123 tls_type = GOT_TLS_IE;
1779 && elf_s390_hash_entry(h)->tls_type >= GOT_TLS_IE)
1817 || tls_type >= GOT_TLS_IE)
2687 if (!info->shared && h->dynindx == -1 && tls_type >= GOT_TLS_IE)
2690 if (r_type == R_390_TLS_GD64 && tls_type >= GOT_TLS_IE)
2805 if (info->shared || h->dynindx != -1 || tls_type < GOT_TLS_IE)
3172 && elf_s390_hash_entry(h)->tls_type != GOT_TLS_IE
H A Delfxx-mips.c290 #define GOT_TLS_IE 4 macro
2152 if (tls_type & GOT_TLS_IE)
2188 if (hm->tls_type & GOT_TLS_IE)
2320 if (*tls_type_p & GOT_TLS_IE)
2381 BFD_ASSERT (*tls_type & GOT_TLS_IE);
2925 else if (tls_flag == GOT_TLS_IE && !((*loc)->tls_type & GOT_TLS_IE))
2937 if (tls_flag == GOT_TLS_IE)
3078 if (entry->tls_type & GOT_TLS_IE)
3246 if (tls_type & GOT_TLS_IE)
[all...]
H A Delf32-arm.c2149 #define GOT_TLS_IE 4 macro
5704 if (tls_type & GOT_TLS_IE)
7609 case R_ARM_TLS_IE32: tls_type = GOT_TLS_IE; break;
8322 if (tls_type & GOT_TLS_IE)
8340 if (tls_type & GOT_TLS_IE)
8619 if (*local_tls_type & GOT_TLS_IE)
8997 && (elf32_arm_hash_entry (h)->tls_type & GOT_TLS_IE) == 0)

Completed in 202 milliseconds