Home | History | Annotate | Download | only in bfd

Lines Matching full:local_got_refcounts

2291   bfd_signed_vma *local_got_refcounts = elf_local_got_refcounts (abfd);
2294 if (local_got_refcounts == NULL)
2298 size *= (sizeof (*local_got_refcounts) + sizeof (*local_got_tls_masks));
2299 local_got_refcounts = bfd_zalloc (abfd, size);
2300 if (local_got_refcounts == NULL)
2302 elf_local_got_refcounts (abfd) = local_got_refcounts;
2306 (unsigned char *) (local_got_refcounts + symtab_hdr->sh_info);
2308 local_got_refcounts[r_symndx] += 1;