Home | History | Annotate | Download | only in bfd

Lines Matching full:local_got_refcounts

3765   bfd_signed_vma *local_got_refcounts = elf_local_got_refcounts (abfd);
3769 if (local_got_refcounts == NULL)
3773 size *= (sizeof (*local_got_refcounts)
3776 local_got_refcounts = bfd_zalloc (abfd, size);
3777 if (local_got_refcounts == NULL)
3779 elf_local_got_refcounts (abfd) = local_got_refcounts;
3782 local_plt = (struct plt_entry **) (local_got_refcounts + symtab_hdr->sh_info);
3786 local_got_refcounts[r_symndx] += 1;
4926 bfd_signed_vma *local_got_refcounts;
4941 local_got_refcounts = elf_local_got_refcounts (abfd);
4975 && local_got_refcounts != NULL
4980 (local_got_refcounts + symtab_hdr->sh_info);
5033 else if (local_got_refcounts != NULL)
5035 if (local_got_refcounts[r_symndx] > 0)
5036 local_got_refcounts[r_symndx]--;