Home | History | Annotate | Download | only in bfd

Lines Matching full:local_got_refcounts

977   bfd_signed_vma *local_got_refcounts;
989 local_got_refcounts = elf_local_got_refcounts (abfd);
1027 if (local_got_refcounts == NULL)
1031 local_got_refcounts = elf_local_got_refcounts (abfd);
1050 /* Create got section and local_got_refcounts array if they
1075 && local_got_refcounts == NULL)
1079 local_got_refcounts = elf_local_got_refcounts (abfd);
1168 local_got_refcounts[r_symndx] += 1;
1222 local_got_refcounts[r_symndx] += 1;
1459 bfd_signed_vma *local_got_refcounts;
1473 local_got_refcounts = elf_local_got_refcounts (abfd);
1550 else if (local_got_refcounts != NULL)
1552 if (local_got_refcounts[r_symndx] > 0)
1553 local_got_refcounts[r_symndx] -= 1;
1599 else if (local_got_refcounts != NULL)
1601 if (local_got_refcounts[r_symndx] > 0)
1602 local_got_refcounts[r_symndx] -= 1;