Lines Matching refs:gotplt_refcount
2394 bfd_signed_vma gotplt_refcount; member
2533 ret->gotplt_refcount = 0; in sh_elf_link_hash_newfunc()
2947 && eh->gotplt_refcount > 0) in allocate_dynrelocs()
2951 h->got.refcount += eh->gotplt_refcount; in allocate_dynrelocs()
2952 if (h->plt.refcount >= eh->gotplt_refcount) in allocate_dynrelocs()
2953 h->plt.refcount -= eh->gotplt_refcount; in allocate_dynrelocs()
5846 if (eh->gotplt_refcount > 0) in sh_elf_gc_sweep_hook()
5848 eh->gotplt_refcount -= 1; in sh_elf_gc_sweep_hook()
5927 edir->gotplt_refcount = eind->gotplt_refcount; in sh_elf_copy_indirect_symbol()
5928 eind->gotplt_refcount = 0; in sh_elf_copy_indirect_symbol()
6371 ((struct elf_sh_link_hash_entry *) h)->gotplt_refcount += 1; in sh_elf_check_relocs()