Searched refs:old_tls_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-i386.c1016 int tls_type, old_tls_type;
1042 old_tls_type = elf_i386_hash_entry(h)->tls_type;
1067 old_tls_type = elf_i386_local_got_tls_type (abfd) [r_symndx];
1070 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE))
1071 tls_type |= old_tls_type;
1074 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1075 && (! GOT_TLS_GD_ANY_P (old_tls_type)
1078 if ((old_tls_type & GOT_TLS_IE) && GOT_TLS_GD_ANY_P (tls_type))
1079 tls_type = old_tls_type;
1014 int tls_type, old_tls_type; local
[all...]
H A Delf64-x86-64.c824 int tls_type, old_tls_type;
847 old_tls_type = elf64_x86_64_hash_entry (h)->tls_type;
873 old_tls_type
879 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
880 && (! GOT_TLS_GD_ANY_P (old_tls_type)
883 if (old_tls_type == GOT_TLS_IE && GOT_TLS_GD_ANY_P (tls_type))
884 tls_type = old_tls_type;
885 else if (GOT_TLS_GD_ANY_P (old_tls_type)
887 tls_type |= old_tls_type;
822 int tls_type, old_tls_type; local
[all...]
H A Delf32-s390.c980 int tls_type, old_tls_type; local
1171 old_tls_type = elf_s390_hash_entry(h)->tls_type;
1176 old_tls_type = elf_s390_local_got_tls_type (abfd) [r_symndx];
1180 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN)
1182 if (old_tls_type == GOT_NORMAL || tls_type == GOT_NORMAL)
1189 if (old_tls_type > tls_type)
1190 tls_type = old_tls_type;
1193 if (old_tls_type != tls_type)
H A Delf64-s390.c935 int tls_type, old_tls_type; local
1135 old_tls_type = elf_s390_hash_entry(h)->tls_type;
1140 old_tls_type = elf_s390_local_got_tls_type (abfd) [r_symndx];
1144 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN)
1146 if (old_tls_type == GOT_NORMAL || tls_type == GOT_NORMAL)
1153 if (old_tls_type > tls_type)
1154 tls_type = old_tls_type;
1157 if (old_tls_type != tls_type)
H A Delfxx-sparc.c1183 int tls_type, old_tls_type;
1206 old_tls_type = _bfd_sparc_elf_hash_entry(h)->tls_type;
1229 old_tls_type = _bfd_sparc_elf_local_got_tls_type (abfd) [r_symndx];
1234 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1235 && (old_tls_type != GOT_TLS_GD
1238 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1239 tls_type = old_tls_type;
1249 if (old_tls_type != tls_type)
1181 int tls_type, old_tls_type; local
H A Delf32-arm.c7604 int tls_type, old_tls_type; local
7616 old_tls_type = elf32_arm_hash_entry (h)->tls_type;
7638 old_tls_type = elf32_arm_local_got_tls_type (abfd) [r_symndx];
7645 if (old_tls_type != GOT_UNKNOWN && old_tls_type != GOT_NORMAL
7647 tls_type |= old_tls_type;
7649 if (old_tls_type != tls_type)

Completed in 120 milliseconds