Searched refs:gotplt_refcount (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf32-cris.c764 bfd_signed_vma gotplt_refcount;
768 this with gotplt_refcount in a union, like the got and plt unions in
877 ret->gotplt_refcount = 0;
2604 elf_cris_hash_entry (h)->gotplt_refcount--;
2727 BFD_ASSERT (h->gotplt_refcount == 0
2729 || h->gotplt_refcount <= h->root.plt.refcount);
2732 if (h->gotplt_refcount <= 0)
2740 h->root.got.refcount += h->gotplt_refcount;
2741 h->reg_got_refcount += h->gotplt_refcount;
2742 h->gotplt_refcount
760 bfd_signed_vma gotplt_refcount; member in struct:elf_cris_link_hash_entry
[all...]
H A Delf32-s390.c657 bfd_signed_vma gotplt_refcount; member in struct:elf_s390_link_hash_entry
787 eh->gotplt_refcount = 0;
1118 ((struct elf_s390_link_hash_entry *) h)->gotplt_refcount++;
1559 ((struct elf_s390_link_hash_entry *) h)->gotplt_refcount--;
1591 if (h->gotplt_refcount <= 0)
1596 h->elf.got.refcount += h->gotplt_refcount;
1597 h->gotplt_refcount = -1;
H A Delf64-s390.c570 bfd_signed_vma gotplt_refcount; member in struct:elf_s390_link_hash_entry
699 eh->gotplt_refcount = 0;
1042 ((struct elf_s390_link_hash_entry *) h)->gotplt_refcount++;
1493 ((struct elf_s390_link_hash_entry *) h)->gotplt_refcount--;
1525 if (h->gotplt_refcount <= 0)
1530 h->elf.got.refcount += h->gotplt_refcount;
1531 h->gotplt_refcount = -1;
H A Delf32-sh.c2417 bfd_signed_vma gotplt_refcount;
2551 ret->gotplt_refcount = 0;
2960 && eh->gotplt_refcount > 0)
2964 h->got.refcount += eh->gotplt_refcount;
2965 if (h->plt.refcount >= eh->gotplt_refcount)
2966 h->plt.refcount -= eh->gotplt_refcount;
5718 edir->gotplt_refcount = eind->gotplt_refcount;
5719 eind->gotplt_refcount = 0;
6169 ((struct elf_sh_link_hash_entry *) h)->gotplt_refcount
2413 bfd_signed_vma gotplt_refcount; member in struct:elf_sh_link_hash_entry
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-cris.c775 bfd_signed_vma gotplt_refcount;
779 this with gotplt_refcount in a union, like the got and plt unions in
836 ret->gotplt_refcount = 0;
2101 if (h->gotplt_refcount <= 0)
2109 h->root.got.refcount += h->gotplt_refcount;
2110 h->gotplt_refcount = 0;
2124 h->root.got.refcount = h->gotplt_refcount;
2126 h->gotplt_refcount = 0;
2180 BFD_ASSERT (h->gotplt_refcount <= h->root.plt.refcount);
2182 if (h->gotplt_refcount
771 bfd_signed_vma gotplt_refcount; member in struct:elf_cris_link_hash_entry
[all...]
H A Delf32-sh.c3494 bfd_signed_vma gotplt_refcount;
3595 ret->gotplt_refcount = 0;
4007 && eh->gotplt_refcount > 0)
4011 h->got.refcount += eh->gotplt_refcount;
4012 if (h->plt.refcount >= eh->gotplt_refcount)
4013 h->plt.refcount -= eh->gotplt_refcount;
6043 if (eh->gotplt_refcount > 0)
6045 eh->gotplt_refcount -= 1;
6124 edir->gotplt_refcount = eind->gotplt_refcount;
3492 bfd_signed_vma gotplt_refcount; member in struct:elf_sh_link_hash_entry
[all...]
H A Delf32-s390.c653 bfd_signed_vma gotplt_refcount; member in struct:elf_s390_link_hash_entry
754 eh->gotplt_refcount = 0;
1103 ((struct elf_s390_link_hash_entry *) h)->gotplt_refcount++;
1537 ((struct elf_s390_link_hash_entry *) h)->gotplt_refcount--;
1570 if (h->gotplt_refcount <= 0)
1575 h->elf.got.refcount += h->gotplt_refcount;
1576 h->gotplt_refcount = -1;
H A Delf64-s390.c606 bfd_signed_vma gotplt_refcount; member in struct:elf_s390_link_hash_entry
707 eh->gotplt_refcount = 0;
1064 ((struct elf_s390_link_hash_entry *) h)->gotplt_refcount++;
1510 ((struct elf_s390_link_hash_entry *) h)->gotplt_refcount--;
1543 if (h->gotplt_refcount <= 0)
1548 h->elf.got.refcount += h->gotplt_refcount;
1549 h->gotplt_refcount = -1;

Completed in 215 milliseconds