Lines Matching refs:gotplt_refcount
763 bfd_signed_vma gotplt_refcount; member
877 ret->gotplt_refcount = 0; in elf_cris_link_hash_newfunc()
2540 BFD_ASSERT (h->gotplt_refcount == 0 in elf_cris_adjust_gotplt_to_got()
2542 || h->gotplt_refcount <= h->root.plt.refcount); in elf_cris_adjust_gotplt_to_got()
2545 if (h->gotplt_refcount <= 0) in elf_cris_adjust_gotplt_to_got()
2553 h->root.got.refcount += h->gotplt_refcount; in elf_cris_adjust_gotplt_to_got()
2554 h->reg_got_refcount += h->gotplt_refcount; in elf_cris_adjust_gotplt_to_got()
2555 h->gotplt_refcount = 0; in elf_cris_adjust_gotplt_to_got()
2568 h->root.got.refcount += h->gotplt_refcount; in elf_cris_adjust_gotplt_to_got()
2569 h->reg_got_refcount = h->gotplt_refcount; in elf_cris_adjust_gotplt_to_got()
2571 h->gotplt_refcount = 0; in elf_cris_adjust_gotplt_to_got()
2623 BFD_ASSERT (h->gotplt_refcount <= h->root.plt.refcount); in elf_cris_try_fold_plt_to_got()
2625 if (h->gotplt_refcount == h->root.plt.refcount) in elf_cris_try_fold_plt_to_got()
2933 XMOVE (gotplt_refcount); in elf_cris_copy_indirect_symbol()
3165 elf_cris_hash_entry (h)->gotplt_refcount++; in cris_elf_check_relocs()