Home
last modified time | relevance | path

Searched refs:old_tls_type (Results 1 – 25 of 136) sorted by relevance

123456

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Delf32-i386.c912 int tls_type, old_tls_type; in elf_i386_check_relocs() local
935 old_tls_type = elf_i386_hash_entry(h)->tls_type; in elf_i386_check_relocs()
957 old_tls_type = elf_i386_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
960 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE)) in elf_i386_check_relocs()
961 tls_type |= old_tls_type; in elf_i386_check_relocs()
964 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
965 && (old_tls_type != GOT_TLS_GD in elf_i386_check_relocs()
968 if ((old_tls_type & GOT_TLS_IE) && tls_type == GOT_TLS_GD) in elf_i386_check_relocs()
969 tls_type = old_tls_type; in elf_i386_check_relocs()
981 if (old_tls_type != tls_type) in elf_i386_check_relocs()
H A Delf64-x86-64.c686 int tls_type, old_tls_type; in elf64_x86_64_check_relocs() local
698 old_tls_type = elf64_x86_64_hash_entry (h)->tls_type; in elf64_x86_64_check_relocs()
721 old_tls_type in elf64_x86_64_check_relocs()
727 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf64_x86_64_check_relocs()
728 && (old_tls_type != GOT_TLS_GD || tls_type != GOT_TLS_IE)) in elf64_x86_64_check_relocs()
730 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD) in elf64_x86_64_check_relocs()
731 tls_type = old_tls_type; in elf64_x86_64_check_relocs()
741 if (old_tls_type != tls_type) in elf64_x86_64_check_relocs()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delf32-i386.c911 int tls_type, old_tls_type; in elf_i386_check_relocs() local
934 old_tls_type = elf_i386_hash_entry(h)->tls_type; in elf_i386_check_relocs()
956 old_tls_type = elf_i386_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
959 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE)) in elf_i386_check_relocs()
960 tls_type |= old_tls_type; in elf_i386_check_relocs()
963 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
964 && (old_tls_type != GOT_TLS_GD in elf_i386_check_relocs()
967 if ((old_tls_type & GOT_TLS_IE) && tls_type == GOT_TLS_GD) in elf_i386_check_relocs()
968 tls_type = old_tls_type; in elf_i386_check_relocs()
980 if (old_tls_type != tls_type) in elf_i386_check_relocs()
H A Delf64-x86-64.c683 int tls_type, old_tls_type; in elf64_x86_64_check_relocs() local
695 old_tls_type = elf64_x86_64_hash_entry (h)->tls_type; in elf64_x86_64_check_relocs()
718 old_tls_type in elf64_x86_64_check_relocs()
724 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf64_x86_64_check_relocs()
725 && (old_tls_type != GOT_TLS_GD || tls_type != GOT_TLS_IE)) in elf64_x86_64_check_relocs()
727 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD) in elf64_x86_64_check_relocs()
728 tls_type = old_tls_type; in elf64_x86_64_check_relocs()
739 if (old_tls_type != tls_type) in elf64_x86_64_check_relocs()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delf32-i386.c911 int tls_type, old_tls_type; in elf_i386_check_relocs() local
934 old_tls_type = elf_i386_hash_entry(h)->tls_type; in elf_i386_check_relocs()
956 old_tls_type = elf_i386_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
959 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE)) in elf_i386_check_relocs()
960 tls_type |= old_tls_type; in elf_i386_check_relocs()
963 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
964 && (old_tls_type != GOT_TLS_GD in elf_i386_check_relocs()
967 if ((old_tls_type & GOT_TLS_IE) && tls_type == GOT_TLS_GD) in elf_i386_check_relocs()
968 tls_type = old_tls_type; in elf_i386_check_relocs()
980 if (old_tls_type != tls_type) in elf_i386_check_relocs()
H A Delf64-x86-64.c683 int tls_type, old_tls_type;
695 old_tls_type = elf64_x86_64_hash_entry (h)->tls_type;
718 old_tls_type
724 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN
725 && (old_tls_type != GOT_TLS_GD || tls_type != GOT_TLS_IE))
727 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD)
728 tls_type = old_tls_type;
739 if (old_tls_type != tls_type)
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-i386.c1641 int tls_type, old_tls_type; in elf_i386_check_relocs() local
1670 old_tls_type = elf_x86_hash_entry (h)->tls_type; in elf_i386_check_relocs()
1696 old_tls_type = elf_x86_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
1699 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE)) in elf_i386_check_relocs()
1700 tls_type |= old_tls_type; in elf_i386_check_relocs()
1703 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
1704 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1708 tls_type = old_tls_type; in elf_i386_check_relocs()
1709 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1711 tls_type |= old_tls_type; in elf_i386_check_relocs()
[all …]
H A Delf32-tilepro.c1504 int old_tls_type; in tilepro_elf_check_relocs() local
1509 old_tls_type = tilepro_elf_hash_entry(h)->tls_type; in tilepro_elf_check_relocs()
1532 old_tls_type = in tilepro_elf_check_relocs()
1538 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in tilepro_elf_check_relocs()
1539 && (old_tls_type != GOT_TLS_GD in tilepro_elf_check_relocs()
1542 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD) in tilepro_elf_check_relocs()
1543 tls_type = old_tls_type; in tilepro_elf_check_relocs()
1554 if (old_tls_type != tls_type) in tilepro_elf_check_relocs()
H A Delfxx-tilegx.c1724 int old_tls_type; in tilegx_elf_check_relocs() local
1729 old_tls_type = tilegx_elf_hash_entry(h)->tls_type; in tilegx_elf_check_relocs()
1752 old_tls_type = _bfd_tilegx_elf_local_got_tls_type (abfd) [r_symndx]; in tilegx_elf_check_relocs()
1757 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in tilegx_elf_check_relocs()
1758 && (old_tls_type != GOT_TLS_GD in tilegx_elf_check_relocs()
1761 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD) in tilegx_elf_check_relocs()
1762 tls_type = old_tls_type; in tilegx_elf_check_relocs()
1773 if (old_tls_type != tls_type) in tilegx_elf_check_relocs()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-i386.c1641 int tls_type, old_tls_type; in elf_i386_check_relocs() local
1670 old_tls_type = elf_x86_hash_entry (h)->tls_type; in elf_i386_check_relocs()
1696 old_tls_type = elf_x86_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
1699 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE)) in elf_i386_check_relocs()
1700 tls_type |= old_tls_type; in elf_i386_check_relocs()
1703 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
1704 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1708 tls_type = old_tls_type; in elf_i386_check_relocs()
1709 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1711 tls_type |= old_tls_type; in elf_i386_check_relocs()
[all …]
H A Delf32-tilepro.c1504 int old_tls_type; in tilepro_elf_check_relocs() local
1509 old_tls_type = tilepro_elf_hash_entry(h)->tls_type; in tilepro_elf_check_relocs()
1532 old_tls_type = in tilepro_elf_check_relocs()
1538 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in tilepro_elf_check_relocs()
1539 && (old_tls_type != GOT_TLS_GD in tilepro_elf_check_relocs()
1542 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD) in tilepro_elf_check_relocs()
1543 tls_type = old_tls_type; in tilepro_elf_check_relocs()
1554 if (old_tls_type != tls_type) in tilepro_elf_check_relocs()
H A Delfxx-tilegx.c1724 int old_tls_type; in tilegx_elf_check_relocs() local
1729 old_tls_type = tilegx_elf_hash_entry(h)->tls_type; in tilegx_elf_check_relocs()
1752 old_tls_type = _bfd_tilegx_elf_local_got_tls_type (abfd) [r_symndx]; in tilegx_elf_check_relocs()
1757 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in tilegx_elf_check_relocs()
1758 && (old_tls_type != GOT_TLS_GD in tilegx_elf_check_relocs()
1761 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD) in tilegx_elf_check_relocs()
1762 tls_type = old_tls_type; in tilegx_elf_check_relocs()
1773 if (old_tls_type != tls_type) in tilegx_elf_check_relocs()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-i386.c1641 int tls_type, old_tls_type; in elf_i386_check_relocs() local
1670 old_tls_type = elf_x86_hash_entry (h)->tls_type; in elf_i386_check_relocs()
1696 old_tls_type = elf_x86_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
1699 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE)) in elf_i386_check_relocs()
1700 tls_type |= old_tls_type; in elf_i386_check_relocs()
1703 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
1704 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1708 tls_type = old_tls_type; in elf_i386_check_relocs()
1709 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1711 tls_type |= old_tls_type; in elf_i386_check_relocs()
[all …]
H A Delf32-tilepro.c1504 int old_tls_type; in tilepro_elf_check_relocs() local
1509 old_tls_type = tilepro_elf_hash_entry(h)->tls_type; in tilepro_elf_check_relocs()
1532 old_tls_type = in tilepro_elf_check_relocs()
1538 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in tilepro_elf_check_relocs()
1539 && (old_tls_type != GOT_TLS_GD in tilepro_elf_check_relocs()
1542 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD) in tilepro_elf_check_relocs()
1543 tls_type = old_tls_type; in tilepro_elf_check_relocs()
1554 if (old_tls_type != tls_type) in tilepro_elf_check_relocs()
H A Delfxx-tilegx.c1724 int old_tls_type; in tilegx_elf_check_relocs() local
1729 old_tls_type = tilegx_elf_hash_entry(h)->tls_type; in tilegx_elf_check_relocs()
1752 old_tls_type = _bfd_tilegx_elf_local_got_tls_type (abfd) [r_symndx]; in tilegx_elf_check_relocs()
1757 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in tilegx_elf_check_relocs()
1758 && (old_tls_type != GOT_TLS_GD in tilegx_elf_check_relocs()
1761 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD) in tilegx_elf_check_relocs()
1762 tls_type = old_tls_type; in tilegx_elf_check_relocs()
1773 if (old_tls_type != tls_type) in tilegx_elf_check_relocs()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-i386.c1641 int tls_type, old_tls_type; in elf_i386_check_relocs() local
1670 old_tls_type = elf_x86_hash_entry (h)->tls_type; in elf_i386_check_relocs()
1696 old_tls_type = elf_x86_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
1699 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE)) in elf_i386_check_relocs()
1700 tls_type |= old_tls_type; in elf_i386_check_relocs()
1703 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
1704 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1708 tls_type = old_tls_type; in elf_i386_check_relocs()
1709 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1711 tls_type |= old_tls_type; in elf_i386_check_relocs()
[all …]
H A Delf32-tilepro.c1504 int old_tls_type; in tilepro_elf_check_relocs() local
1509 old_tls_type = tilepro_elf_hash_entry(h)->tls_type; in tilepro_elf_check_relocs()
1532 old_tls_type = in tilepro_elf_check_relocs()
1538 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in tilepro_elf_check_relocs()
1539 && (old_tls_type != GOT_TLS_GD in tilepro_elf_check_relocs()
1542 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD) in tilepro_elf_check_relocs()
1543 tls_type = old_tls_type; in tilepro_elf_check_relocs()
1554 if (old_tls_type != tls_type) in tilepro_elf_check_relocs()
H A Delfxx-tilegx.c1724 int old_tls_type; in tilegx_elf_check_relocs() local
1729 old_tls_type = tilegx_elf_hash_entry(h)->tls_type; in tilegx_elf_check_relocs()
1752 old_tls_type = _bfd_tilegx_elf_local_got_tls_type (abfd) [r_symndx]; in tilegx_elf_check_relocs()
1757 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in tilegx_elf_check_relocs()
1758 && (old_tls_type != GOT_TLS_GD in tilegx_elf_check_relocs()
1761 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD) in tilegx_elf_check_relocs()
1762 tls_type = old_tls_type; in tilegx_elf_check_relocs()
1773 if (old_tls_type != tls_type) in tilegx_elf_check_relocs()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Delf32-i386.c1001 int tls_type, old_tls_type; in elf_i386_check_relocs() local
1040 old_tls_type = elf_i386_hash_entry(h)->tls_type; in elf_i386_check_relocs()
1065 old_tls_type = elf_i386_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
1069 tls_type |= old_tls_type; in elf_i386_check_relocs()
1072 else if (old_tls_type != tls_type in elf_i386_check_relocs()
1073 && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
1074 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1078 tls_type = old_tls_type; in elf_i386_check_relocs()
1079 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1081 tls_type |= old_tls_type; in elf_i386_check_relocs()
[all …]
H A Delf64-x86-64.c802 int tls_type, old_tls_type; in elf64_x86_64_check_relocs() local
825 old_tls_type = elf64_x86_64_hash_entry (h)->tls_type; in elf64_x86_64_check_relocs()
851 old_tls_type in elf64_x86_64_check_relocs()
857 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf64_x86_64_check_relocs()
858 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf64_x86_64_check_relocs()
861 if (old_tls_type == GOT_TLS_IE && GOT_TLS_GD_ANY_P (tls_type)) in elf64_x86_64_check_relocs()
862 tls_type = old_tls_type; in elf64_x86_64_check_relocs()
863 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf64_x86_64_check_relocs()
865 tls_type |= old_tls_type; in elf64_x86_64_check_relocs()
875 if (old_tls_type != tls_type) in elf64_x86_64_check_relocs()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-i386.c1623 int tls_type, old_tls_type; in elf_i386_check_relocs() local
1652 old_tls_type = elf_x86_hash_entry (h)->tls_type; in elf_i386_check_relocs()
1678 old_tls_type = elf_x86_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
1681 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE)) in elf_i386_check_relocs()
1682 tls_type |= old_tls_type; in elf_i386_check_relocs()
1685 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
1686 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1690 tls_type = old_tls_type; in elf_i386_check_relocs()
1691 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1693 tls_type |= old_tls_type; in elf_i386_check_relocs()
[all …]
H A Delf32-tilepro.c1540 int old_tls_type; in tilepro_elf_check_relocs() local
1545 old_tls_type = tilepro_elf_hash_entry(h)->tls_type; in tilepro_elf_check_relocs()
1568 old_tls_type = in tilepro_elf_check_relocs()
1574 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in tilepro_elf_check_relocs()
1575 && (old_tls_type != GOT_TLS_GD in tilepro_elf_check_relocs()
1578 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD) in tilepro_elf_check_relocs()
1579 tls_type = old_tls_type; in tilepro_elf_check_relocs()
1590 if (old_tls_type != tls_type) in tilepro_elf_check_relocs()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-i386.c1494 int tls_type, old_tls_type; in elf_i386_check_relocs() local
1520 old_tls_type = elf_i386_hash_entry(h)->tls_type; in elf_i386_check_relocs()
1546 old_tls_type = elf_i386_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
1549 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE)) in elf_i386_check_relocs()
1550 tls_type |= old_tls_type; in elf_i386_check_relocs()
1553 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
1554 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1558 tls_type = old_tls_type; in elf_i386_check_relocs()
1559 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1561 tls_type |= old_tls_type; in elf_i386_check_relocs()
[all …]
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf32-tilepro.c1580 int old_tls_type; in tilepro_elf_check_relocs() local
1585 old_tls_type = tilepro_elf_hash_entry(h)->tls_type; in tilepro_elf_check_relocs()
1608 old_tls_type = in tilepro_elf_check_relocs()
1614 if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in tilepro_elf_check_relocs()
1615 && (old_tls_type != GOT_TLS_GD in tilepro_elf_check_relocs()
1618 if (old_tls_type == GOT_TLS_IE && tls_type == GOT_TLS_GD) in tilepro_elf_check_relocs()
1619 tls_type = old_tls_type; in tilepro_elf_check_relocs()
1629 if (old_tls_type != tls_type) in tilepro_elf_check_relocs()
H A Delf32-i386.c1565 int tls_type, old_tls_type; in elf_i386_check_relocs() local
1591 old_tls_type = elf_i386_hash_entry(h)->tls_type; in elf_i386_check_relocs()
1617 old_tls_type = elf_i386_local_got_tls_type (abfd) [r_symndx]; in elf_i386_check_relocs()
1620 if ((old_tls_type & GOT_TLS_IE) && (tls_type & GOT_TLS_IE)) in elf_i386_check_relocs()
1621 tls_type |= old_tls_type; in elf_i386_check_relocs()
1624 else if (old_tls_type != tls_type && old_tls_type != GOT_UNKNOWN in elf_i386_check_relocs()
1625 && (! GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1629 tls_type = old_tls_type; in elf_i386_check_relocs()
1630 else if (GOT_TLS_GD_ANY_P (old_tls_type) in elf_i386_check_relocs()
1632 tls_type |= old_tls_type; in elf_i386_check_relocs()
[all …]

123456