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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-s390.c664 bfd_signed_vma gotplt_refcount; member in struct:elf_s390_link_hash_entry
767 eh->gotplt_refcount = 0;
1116 ((struct elf_s390_link_hash_entry *) h)->gotplt_refcount++;
1530 ((struct elf_s390_link_hash_entry *) h)->gotplt_refcount--;
1563 if (h->gotplt_refcount <= 0)
1568 h->elf.got.refcount += h->gotplt_refcount;
1569 h->gotplt_refcount = -1;
H A Delf64-s390.c619 bfd_signed_vma gotplt_refcount; member in struct:elf_s390_link_hash_entry
722 eh->gotplt_refcount = 0;
1079 ((struct elf_s390_link_hash_entry *) h)->gotplt_refcount++;
1505 ((struct elf_s390_link_hash_entry *) h)->gotplt_refcount--;
1538 if (h->gotplt_refcount <= 0)
1543 h->elf.got.refcount += h->gotplt_refcount;
1544 h->gotplt_refcount = -1;

Completed in 80 milliseconds