Home | History | Annotate | Download | only in bfd

Lines Matching full:local_got_refcounts

6205   bfd_signed_vma *local_got_refcounts;
6212 local_got_refcounts = elf_local_got_refcounts (abfd);
6254 if (local_got_refcountslocal_got_refcounts[r_symndx] > 0)
6255 local_got_refcounts[r_symndx]--;
6438 bfd_signed_vma *local_got_refcounts;
6442 local_got_refcounts = elf_local_got_refcounts (abfd);
6443 if (local_got_refcounts == NULL)
6449 local_got_refcounts = (bfd_signed_vma *) bfd_zalloc (abfd, size);
6450 if (local_got_refcounts == NULL)
6452 elf_local_got_refcounts (abfd) = local_got_refcounts;
6454 local_got_refcounts[r_symndx] += 1;