Home | History | Annotate | Download | only in bfd

Lines Matching defs:local_got_refcounts

801 /* The local_got_refcounts and local_got_offsets are a multiple of
2962 bfd_signed_vma *local_got_refcounts;
2979 local_got_refcounts = elf_local_got_refcounts (abfd);
3078 if (local_got_refcounts == NULL)
3082 /* We use index local_got_refcounts[-1] to count all
3087 local_got_refcounts = ((bfd_signed_vma *) bfd_zalloc (abfd, amt));
3088 if (local_got_refcounts == NULL)
3091 local_got_refcounts++;
3092 elf_local_got_refcounts (abfd) = local_got_refcounts;
3250 if (local_got_refcounts[r_symndx_lgot] == 0)
3263 local_got_refcounts[r_symndx_lgot]++;
3266 local_got_refcounts[r_symndx]++;
3277 local_got_refcounts[-1]++;
3284 local_got_refcounts[-1]++;
4018 bfd_signed_vma *local_got_refcounts = elf_local_got_refcounts (ibfd);
4020 BFD_ASSERT (local_got_refcounts != NULL);
4022 if (local_got_refcounts[LGOT_REG_NDX (symndx)] > 0)
4026 BFD_ASSERT (local_got_refcounts[LGOT_DTP_NDX (symndx)] == 0
4027 && local_got_refcounts[LGOT_TPREL_NDX (symndx)] == 0);
4031 if (local_got_refcounts[LGOT_DTP_NDX (symndx)] > 0)
4034 if (local_got_refcounts[LGOT_TPREL_NDX (symndx)] > 0)