Home | History | Annotate | Download | only in bfd

Lines Matching full:local_got_refcounts

3606   bfd_signed_vma *local_got_refcounts;
3616 local_got_refcounts = elf_local_got_refcounts (abfd);
3654 if (local_got_refcounts && local_got_refcounts[r_symndx] > 0)
3655 local_got_refcounts[r_symndx]--;
3806 bfd_signed_vma *local_got_refcounts;
3810 local_got_refcounts = elf_local_got_refcounts (abfd);
3811 if (local_got_refcounts == NULL)
3817 local_got_refcounts = bfd_zalloc (abfd, size);
3818 if (local_got_refcounts == NULL)
3820 elf_local_got_refcounts (abfd) = local_got_refcounts;
3822 local_got_refcounts[r_symndx] += 1;