Home | History | Annotate | Download | only in bfd

Lines Matching full:local_got_refcounts

1315   bfd_signed_vma *local_got_refcounts;
1322 local_got_refcounts = elf_local_got_refcounts (abfd);
1349 if (local_got_refcounts && local_got_refcounts[r_symndx] > 0)
1350 local_got_refcounts[r_symndx]--;
1547 bfd_signed_vma *local_got_refcounts;
1550 local_got_refcounts = elf_local_got_refcounts (abfd);
1551 if (local_got_refcounts == NULL)
1557 local_got_refcounts = bfd_zalloc (abfd, size);
1558 if (local_got_refcounts == NULL)
1560 elf_local_got_refcounts (abfd) = local_got_refcounts;
1562 local_got_refcounts[r_symndx] += 1;