Home | History | Annotate | Download | only in bfd

Lines Matching full:refcount

5560      got.refcount/offset and plt.refcount/offset.  */
6774 /* Copy over the global and procedure linkage table refcount entries.
6777 if (ind->got.refcount > htab->init_got_refcount.refcount)
6779 if (dir->got.refcount < 0)
6780 dir->got.refcount = 0;
6781 dir->got.refcount += ind->got.refcount;
6782 ind->got.refcount = htab->init_got_refcount.refcount;
6785 if (ind->plt.refcount > htab->init_plt_refcount.refcount)
6787 if (dir->plt.refcount < 0)
6788 dir->plt.refcount = 0;
6789 dir->plt.refcount += ind->plt.refcount;
6790 ind->plt.refcount = htab->init_plt_refcount.refcount;
6843 table->init_got_refcount.refcount = can_refcount - 1;
6844 table->init_plt_refcount.refcount = can_refcount - 1;
12495 if (h->got.refcount > 0)