Home | History | Annotate | Download | only in bfd

Lines Matching full:refcount

3035     bfd_signed_vma refcount;
3518 if (dir->got.refcount <= 0)
12497 if (h->got.refcount > 0)
12498 h->got.refcount -= 1;
12508 globals->tls_ldm_got.refcount -= 1;
12566 /* If PLT refcount book-keeping is wrong and too low, we'll
12569 if (root_plt->refcount >= 0)
12571 BFD_ASSERT (root_plt->refcount != 0);
12572 root_plt->refcount -= 1;
12578 BFD_ASSERT (root_plt->refcount == -1);
12763 h->got.refcount++;
12807 htab->tls_ldm_got.refcount++;
12951 if (root_plt->refcount != -1)
12952 root_plt->refcount += 1;
13253 if (h->plt.refcount <= 0
13365 && h->plt.refcount > 0)
13391 h->got.refcount = 0;
13448 if (h->got.refcount > 0)
13856 if (local_iplt->root.refcount > 0)
13945 if (htab->tls_ldm_got.refcount > 0)