Lines Matching refs:local_got_refcounts
3758 bfd_signed_vma *local_got_refcounts = elf_local_got_refcounts (abfd); in update_local_sym_info() local
3762 if (local_got_refcounts == NULL) in update_local_sym_info()
3766 size *= (sizeof (*local_got_refcounts) in update_local_sym_info()
3769 local_got_refcounts = bfd_zalloc (abfd, size); in update_local_sym_info()
3770 if (local_got_refcounts == NULL) in update_local_sym_info()
3772 elf_local_got_refcounts (abfd) = local_got_refcounts; in update_local_sym_info()
3775 local_plt = (struct plt_entry **) (local_got_refcounts + symtab_hdr->sh_info); in update_local_sym_info()
3779 local_got_refcounts[r_symndx] += 1; in update_local_sym_info()
4916 bfd_signed_vma *local_got_refcounts; in ppc_elf_gc_sweep_hook() local
4931 local_got_refcounts = elf_local_got_refcounts (abfd); in ppc_elf_gc_sweep_hook()
4965 && local_got_refcounts != NULL in ppc_elf_gc_sweep_hook()
4970 (local_got_refcounts + symtab_hdr->sh_info); in ppc_elf_gc_sweep_hook()
5023 else if (local_got_refcounts != NULL) in ppc_elf_gc_sweep_hook()
5025 if (local_got_refcounts[r_symndx] > 0) in ppc_elf_gc_sweep_hook()
5026 local_got_refcounts[r_symndx]--; in ppc_elf_gc_sweep_hook()