HomeSort by: relevance | last modified time | path
    Searched defs:old_tls_type (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/bfd/
elf32-i386.c 1728 int tls_type, old_tls_type;
1767 old_tls_type = elf_x86_hash_entry (h)->tls_type;
1780 old_tls_type = elf_x86_local_got_tls_type (abfd) [r_symndx];
1783 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE))
1784 tls_type |= old_tls_type;
1787 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1788 && (! GOT_TLS_GD_ANY_P (old_tls_type)
1791 if ((old_tls_type & GOT_TLS_IE) && GOT_TLS_GD_ANY_P (tls_type))
1792 tls_type = old_tls_type;
1725 int tls_type, old_tls_type; local
    [all...]
elf32-metag.c 2034 int tls_type = GOT_UNKNOWN, old_tls_type = GOT_UNKNOWN; local
2129 old_tls_type = hh->tls_type;
2155 old_tls_type = metag_elf_local_got_tls_type (abfd) [r_symndx];
2158 if (old_tls_type != tls_type)
elf32-s390.c 894 int tls_type, old_tls_type; local
1134 old_tls_type = elf_s390_hash_entry(h)->tls_type;
1139 old_tls_type = elf_s390_local_got_tls_type (abfd) [r_symndx];
1143 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN)
1145 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)
elf32-tilepro.c 1503 int old_tls_type;
1508 old_tls_type = tilepro_elf_hash_entry(h)->tls_type;
1531 old_tls_type =
1537 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1538 && (old_tls_type != GOT_TLS_GD
1541 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1542 tls_type = old_tls_type;
1553 if (old_tls_type != tls_type)
1502 int old_tls_type; local
elf64-s390.c 894 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)
1166 if (old_tls_type > tls_type)
1167 tls_type = old_tls_type;
1170 if (old_tls_type != tls_type)
elfxx-tilegx.c 1721 int old_tls_type;
1726 old_tls_type = tilegx_elf_hash_entry(h)->tls_type;
1749 old_tls_type = _bfd_tilegx_elf_local_got_tls_type (abfd) [r_symndx];
1754 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1755 && (old_tls_type != GOT_TLS_GD
1758 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1759 tls_type = old_tls_type;
1770 if (old_tls_type != tls_type)
1720 int old_tls_type; local
elf64-x86-64.c 2743 int tls_type, old_tls_type;
2786 old_tls_type = eh->tls_type;
2799 old_tls_type
2805 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
2806 && (! GOT_TLS_GD_ANY_P (old_tls_type)
2809 if (old_tls_type == GOT_TLS_IE && GOT_TLS_GD_ANY_P (tls_type))
2810 tls_type = old_tls_type;
2811 else if (GOT_TLS_GD_ANY_P (old_tls_type)
2813 tls_type |= old_tls_type;
2741 int tls_type, old_tls_type; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-i386.c 1713 int tls_type, old_tls_type;
1742 old_tls_type = elf_x86_hash_entry (h)->tls_type;
1755 old_tls_type = elf_x86_local_got_tls_type (abfd) [r_symndx];
1758 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE))
1759 tls_type |= old_tls_type;
1762 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1763 && (! GOT_TLS_GD_ANY_P (old_tls_type)
1766 if ((old_tls_type & GOT_TLS_IE) && GOT_TLS_GD_ANY_P (tls_type))
1767 tls_type = old_tls_type;
1710 int tls_type, old_tls_type; local
    [all...]
elf32-metag.c 2071 int tls_type = GOT_UNKNOWN, old_tls_type = GOT_UNKNOWN; local
2166 old_tls_type = hh->tls_type;
2192 old_tls_type = metag_elf_local_got_tls_type (abfd) [r_symndx];
2195 if (old_tls_type != tls_type)
elf32-s390.c 894 int tls_type, old_tls_type; local
1134 old_tls_type = elf_s390_hash_entry(h)->tls_type;
1139 old_tls_type = elf_s390_local_got_tls_type (abfd) [r_symndx];
1143 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN)
1145 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)
elf32-tilepro.c 1503 int old_tls_type;
1508 old_tls_type = tilepro_elf_hash_entry(h)->tls_type;
1531 old_tls_type =
1537 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1538 && (old_tls_type != GOT_TLS_GD
1541 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1542 tls_type = old_tls_type;
1553 if (old_tls_type != tls_type)
1502 int old_tls_type; local
elf64-s390.c 894 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)
1166 if (old_tls_type > tls_type)
1167 tls_type = old_tls_type;
1170 if (old_tls_type != tls_type)
elfxx-tilegx.c 1724 int old_tls_type;
1729 old_tls_type = tilegx_elf_hash_entry(h)->tls_type;
1752 old_tls_type = _bfd_tilegx_elf_local_got_tls_type (abfd) [r_symndx];
1757 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1758 && (old_tls_type != GOT_TLS_GD
1761 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1762 tls_type = old_tls_type;
1773 if (old_tls_type != tls_type)
1723 int old_tls_type; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-i386.c 1665 int tls_type, old_tls_type;
1694 old_tls_type = elf_x86_hash_entry (h)->tls_type;
1707 old_tls_type = elf_x86_local_got_tls_type (abfd) [r_symndx];
1710 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE))
1711 tls_type |= old_tls_type;
1714 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1715 && (! GOT_TLS_GD_ANY_P (old_tls_type)
1718 if ((old_tls_type & GOT_TLS_IE) && GOT_TLS_GD_ANY_P (tls_type))
1719 tls_type = old_tls_type;
1662 int tls_type, old_tls_type; local
    [all...]
elf32-metag.c 2071 int tls_type = GOT_UNKNOWN, old_tls_type = GOT_UNKNOWN; local
2166 old_tls_type = hh->tls_type;
2192 old_tls_type = metag_elf_local_got_tls_type (abfd) [r_symndx];
2195 if (old_tls_type != tls_type)
elf32-s390.c 894 int tls_type, old_tls_type; local
1134 old_tls_type = elf_s390_hash_entry(h)->tls_type;
1139 old_tls_type = elf_s390_local_got_tls_type (abfd) [r_symndx];
1143 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN)
1145 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)
elf32-tilepro.c 1503 int old_tls_type;
1508 old_tls_type = tilepro_elf_hash_entry(h)->tls_type;
1531 old_tls_type =
1537 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1538 && (old_tls_type != GOT_TLS_GD
1541 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1542 tls_type = old_tls_type;
1553 if (old_tls_type != tls_type)
1502 int old_tls_type; local
elf64-s390.c 813 int tls_type, old_tls_type; local
1066 old_tls_type = elf_s390_hash_entry(h)->tls_type;
1071 old_tls_type = elf_s390_local_got_tls_type (abfd) [r_symndx];
1075 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN)
1077 if (old_tls_type == GOT_NORMAL || tls_type == GOT_NORMAL)
1085 if (old_tls_type > tls_type)
1086 tls_type = old_tls_type;
1089 if (old_tls_type != tls_type)
elfxx-tilegx.c 1724 int old_tls_type;
1729 old_tls_type = tilegx_elf_hash_entry(h)->tls_type;
1752 old_tls_type = _bfd_tilegx_elf_local_got_tls_type (abfd) [r_symndx];
1757 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1758 && (old_tls_type != GOT_TLS_GD
1761 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1762 tls_type = old_tls_type;
1773 if (old_tls_type != tls_type)
1723 int old_tls_type; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-i386.c 1655 int tls_type, old_tls_type;
1684 old_tls_type = elf_x86_hash_entry (h)->tls_type;
1697 old_tls_type = elf_x86_local_got_tls_type (abfd) [r_symndx];
1700 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE))
1701 tls_type |= old_tls_type;
1704 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1705 && (! GOT_TLS_GD_ANY_P (old_tls_type)
1708 if ((old_tls_type & GOT_TLS_IE) && GOT_TLS_GD_ANY_P (tls_type))
1709 tls_type = old_tls_type;
1652 int tls_type, old_tls_type; local
    [all...]
elf32-metag.c 2072 int tls_type = GOT_UNKNOWN, old_tls_type = GOT_UNKNOWN; local
2167 old_tls_type = hh->tls_type;
2193 old_tls_type = metag_elf_local_got_tls_type (abfd) [r_symndx];
2196 if (old_tls_type != tls_type)
elf32-s390.c 896 int tls_type, old_tls_type; local
1136 old_tls_type = elf_s390_hash_entry(h)->tls_type;
1141 old_tls_type = elf_s390_local_got_tls_type (abfd) [r_symndx];
1145 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN)
1147 if (old_tls_type == GOT_NORMAL || tls_type == GOT_NORMAL)
1155 if (old_tls_type > tls_type)
1156 tls_type = old_tls_type;
1159 if (old_tls_type != tls_type)
elf32-tilepro.c 1505 int old_tls_type;
1510 old_tls_type = tilepro_elf_hash_entry(h)->tls_type;
1533 old_tls_type =
1539 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1540 && (old_tls_type != GOT_TLS_GD
1543 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1544 tls_type = old_tls_type;
1555 if (old_tls_type != tls_type)
1504 int old_tls_type; local
elf64-s390.c 815 int tls_type, old_tls_type; local
1068 old_tls_type = elf_s390_hash_entry(h)->tls_type;
1073 old_tls_type = elf_s390_local_got_tls_type (abfd) [r_symndx];
1077 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN)
1079 if (old_tls_type == GOT_NORMAL || tls_type == GOT_NORMAL)
1087 if (old_tls_type > tls_type)
1088 tls_type = old_tls_type;
1091 if (old_tls_type != tls_type)
elfxx-tilegx.c 1725 int old_tls_type;
1730 old_tls_type = tilegx_elf_hash_entry(h)->tls_type;
1753 old_tls_type = _bfd_tilegx_elf_local_got_tls_type (abfd) [r_symndx];
1758 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
1759 && (old_tls_type != GOT_TLS_GD
1762 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
1763 tls_type = old_tls_type;
1774 if (old_tls_type != tls_type)
1724 int old_tls_type; local

Completed in 92 milliseconds

1 2