Lines Matching refs:refcount
638 if (h->got.refcount == -1) in elf_vax_check_relocs()
640 h->got.refcount = 1; in elf_vax_check_relocs()
645 h->got.refcount++; in elf_vax_check_relocs()
673 if (h->plt.refcount == -1) in elf_vax_check_relocs()
674 h->plt.refcount = 1; in elf_vax_check_relocs()
676 h->plt.refcount++; in elf_vax_check_relocs()
705 if (h->plt.refcount == -1) in elf_vax_check_relocs()
706 h->plt.refcount = 1; in elf_vax_check_relocs()
708 h->plt.refcount++; in elf_vax_check_relocs()
726 if (h->plt.refcount == -1) in elf_vax_check_relocs()
727 h->plt.refcount = 1; in elf_vax_check_relocs()
729 h->plt.refcount++; in elf_vax_check_relocs()
877 if (h->plt.refcount <= 0 in elf_vax_adjust_dynamic_symbol()
1004 h->got.refcount = -1; in elf_vax_discard_got_entries()
1005 h->plt.refcount = -1; in elf_vax_discard_got_entries()
1193 if (h->got.refcount <= 0 && h->plt.refcount <= 0) in elf_vax_instantiate_got_entries()
1204 h->got.refcount = -1; in elf_vax_instantiate_got_entries()
1205 h->plt.refcount = -1; in elf_vax_instantiate_got_entries()
1207 else if (h->got.refcount > 0) in elf_vax_instantiate_got_entries()