Home | History | Annotate | Download | only in bfd

Lines Matching full:local_got_refcounts

1556 		bfd_signed_vma *local_got_refcounts;
1559 local_got_refcounts = elf_local_got_refcounts (abfd);
1560 if (local_got_refcounts == NULL)
1566 local_got_refcounts = ((bfd_signed_vma *)
1568 if (local_got_refcounts == NULL)
1570 elf_local_got_refcounts (abfd) = local_got_refcounts;
1572 = (char *) (local_got_refcounts + symtab_hdr->sh_info);
1581 local_got_refcounts[r_symndx] += 1;
1931 bfd_signed_vma *local_got_refcounts;
1945 local_got_refcounts
2010 if (local_got_refcounts[r_symndx] > 0)
2011 local_got_refcounts[r_symndx]--;