Home | History | Annotate | Download | only in bfd

Lines Matching refs:refcount

599       bfd_signed_vma refcount;
657 bfd_signed_vma refcount;
832 && dir->got.refcount <= 0)
957 plt[r_symndx].plt.refcount++;
1075 h->plt.refcount += 1;
1097 h->plt.refcount += 1;
1104 htab->tls_ldm_got.refcount += 1;
1150 h->got.refcount += 1;
1222 h->plt.refcount += 1;
1452 if (plt[r_symndx].plt.refcount > 0)
1453 plt[r_symndx].plt.refcount--;
1462 if (htab->tls_ldm_got.refcount > 0)
1463 htab->tls_ldm_got.refcount -= 1;
1485 if (h->got.refcount > 0)
1486 h->got.refcount -= 1;
1523 if (h->plt.refcount > 0)
1524 h->plt.refcount -= 1;
1536 if (h->plt.refcount > 0)
1539 h->plt.refcount -= 1;
1575 h->elf.got.refcount += h->gotplt_refcount;
1602 if (h->plt.refcount <= 0
1739 && h->plt.refcount > 0)
1802 if (h->got.refcount > 0
1818 else if (h->got.refcount > 0)
2070 if (local_plt[i].plt.refcount > 0)
2082 if (htab->tls_ldm_got.refcount > 0)