Home | History | Annotate | Download | only in bfd

Lines Matching full:local_got_refcounts

1164   bfd_signed_vma *local_got_refcounts;
1176 local_got_refcounts = elf_local_got_refcounts (abfd);
1275 if (local_got_refcounts == NULL)
1281 local_got_refcounts = ((bfd_signed_vma *)
1283 if (local_got_refcounts == NULL)
1285 elf_local_got_refcounts (abfd) = local_got_refcounts;
1287 if (local_got_refcounts[r_symndx] == 0)
1298 local_got_refcounts[r_symndx]++;
1675 bfd_signed_vma *local_got_refcounts;
1687 local_got_refcounts = elf_local_got_refcounts (abfd);
1716 else if (local_got_refcounts != NULL)
1718 if (local_got_refcounts[r_symndx] > 0)
1720 --local_got_refcounts[r_symndx];
1721 if (local_got_refcounts[r_symndx] == 0)