Lines Matching full:refcount
2377 bfd_signed_vma refcount;
2390 bfd_signed_vma refcount;
2400 /* A local function descriptor, for FDPIC. The refcount counts
2428 /* Function descriptor refcount and offset for each local symbol. */
2483 bfd_signed_vma refcount;
2539 ret->datalabel_got.refcount = ret->root.got.refcount;
2541 ret->funcdesc.refcount = 0;
2828 if (h->plt.refcount <= 0
2950 if ((h->got.refcount > 0
2956 h->got.refcount += eh->gotplt_refcount;
2957 if (h->plt.refcount >= eh->gotplt_refcount)
2958 h->plt.refcount -= eh->gotplt_refcount;
2962 && h->plt.refcount > 0
3047 if (h->got.refcount > 0)
3108 if (eh->datalabel_got.refcount > 0)
3156 if ((eh->funcdesc.refcount > 0
3446 local_funcdesc->refcount++;
3463 if (local_funcdesc->refcount > 0)
3479 if (htab->tls_ldm_got.refcount > 0)
5739 if (sh_elf_hash_table (info)->tls_ldm_got.refcount > 0)
5740 sh_elf_hash_table (info)->tls_ldm_got.refcount -= 1;
5775 if (eh->datalabel_got.refcount > 0)
5776 eh->datalabel_got.refcount -= 1;
5780 if (h->got.refcount > 0)
5781 h->got.refcount -= 1;
5809 sh_elf_hash_entry (h)->funcdesc.refcount -= 1;
5811 local_funcdesc[r_symndx].refcount -= 1;
5834 if (h->plt.refcount > 0)
5835 h->plt.refcount -= 1;
5855 if (h->plt.refcount > 0)
5856 h->plt.refcount -= 1;
5861 if (eh->datalabel_got.refcount > 0)
5862 eh->datalabel_got.refcount -= 1;
5865 else if (h->got.refcount > 0)
5866 h->got.refcount -= 1;
5936 edir->datalabel_got.refcount += eind->datalabel_got.refcount;
5937 eind->datalabel_got.refcount = 0;
5939 edir->funcdesc.refcount += eind->funcdesc.refcount;
5940 eind->funcdesc.refcount = 0;
5945 && dir->got.refcount <= 0)
6201 eh->datalabel_got.refcount += 1;
6205 h->got.refcount += 1;
6289 sh_elf_hash_table(info)->tls_ldm_got.refcount += 1;
6323 local_funcdesc[r_symndx].refcount += 1;
6335 sh_elf_hash_entry (h)->funcdesc.refcount++;
6376 h->plt.refcount += 1;
6404 h->plt.refcount += 1;
6418 h->plt.refcount += 1;