Home | History | Annotate | Download | only in bfd

Lines Matching full:local_got_refcounts

1215   bfd_signed_vma *local_got_refcounts;
1222 local_got_refcounts = elf_local_got_refcounts (abfd);
1249 if (local_got_refcounts && local_got_refcounts[r_symndx] > 0)
1250 local_got_refcounts[r_symndx]--;
1371 bfd_signed_vma *local_got_refcounts;
1374 local_got_refcounts = elf_local_got_refcounts (abfd);
1375 if (local_got_refcounts == NULL)
1381 local_got_refcounts = bfd_zalloc (abfd, size);
1382 if (local_got_refcounts == NULL)
1384 elf_local_got_refcounts (abfd) = local_got_refcounts;
1386 local_got_refcounts[r_symndx] += 1;