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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-i386.c914 int tls_type, old_tls_type;
937 old_tls_type = elf_i386_hash_entry(h)->tls_type;
959 old_tls_type = elf_i386_local_got_tls_type (abfd) [r_symndx];
962 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE))
963 tls_type |= old_tls_type;
966 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
967 && (old_tls_type != GOT_TLS_GD
970 if ((old_tls_type & GOT_TLS_IE) && tls_type == GOT_TLS_GD)
971 tls_type = old_tls_type;
912 int tls_type, old_tls_type; local
[all...]
H A Delf64-x86-64.c687 int tls_type, old_tls_type;
699 old_tls_type = elf64_x86_64_hash_entry (h)->tls_type;
722 old_tls_type
728 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
729 && (old_tls_type != GOT_TLS_GD || tls_type != GOT_TLS_IE))
731 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
732 tls_type = old_tls_type;
742 if (old_tls_type != tls_type)
685 int tls_type, old_tls_type; local
H A Delf32-s390.c961 int tls_type, old_tls_type; local
1147 old_tls_type = elf_s390_hash_entry(h)->tls_type;
1152 old_tls_type = elf_s390_local_got_tls_type (abfd) [r_symndx];
1156 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN)
1158 if (old_tls_type == GOT_NORMAL || tls_type == GOT_NORMAL)
1165 if (old_tls_type > tls_type)
1166 tls_type = old_tls_type;
1169 if (old_tls_type != tls_type)
H A Delf32-sparc.c983 int tls_type, old_tls_type;
1006 old_tls_type = elf32_sparc_hash_entry(h)->tls_type;
1029 old_tls_type = elf32_sparc_local_got_tls_type (abfd) [r_symndx];
1034 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1035 && (old_tls_type != GOT_TLS_GD
1038 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1039 tls_type = old_tls_type;
1049 if (old_tls_type != tls_type)
979 int tls_type, old_tls_type; local
H A Delf64-s390.c914 int tls_type, old_tls_type; local
1109 old_tls_type = elf_s390_hash_entry(h)->tls_type;
1114 old_tls_type = elf_s390_local_got_tls_type (abfd) [r_symndx];
1118 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN)
1120 if (old_tls_type == GOT_NORMAL || tls_type == GOT_NORMAL)
1127 if (old_tls_type > tls_type)
1128 tls_type = old_tls_type;
1131 if (old_tls_type != tls_type)
H A Delf32-sh.c6356 int tls_type, old_tls_type;
6517 old_tls_type = sh_elf_hash_entry (h)->tls_type;
6559 old_tls_type = sh_elf_local_got_tls_type (abfd) [r_symndx];
6564 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
6565 && (old_tls_type != GOT_TLS_GD || tls_type != GOT_TLS_IE))
6567 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
6578 if (old_tls_type != tls_type)
6352 int tls_type, old_tls_type; local

Completed in 159 milliseconds