Lines Matching refs:local_got_refcounts
1803 bfd_signed_vma *local_got_refcounts; in tilegx_elf_check_relocs() local
1806 local_got_refcounts = elf_local_got_refcounts (abfd); in tilegx_elf_check_relocs()
1807 if (local_got_refcounts == NULL) in tilegx_elf_check_relocs()
1813 local_got_refcounts = ((bfd_signed_vma *) in tilegx_elf_check_relocs()
1815 if (local_got_refcounts == NULL) in tilegx_elf_check_relocs()
1817 elf_local_got_refcounts (abfd) = local_got_refcounts; in tilegx_elf_check_relocs()
1819 = (char *) (local_got_refcounts + symtab_hdr->sh_info); in tilegx_elf_check_relocs()
1821 local_got_refcounts[r_symndx] += 1; in tilegx_elf_check_relocs()
2154 bfd_signed_vma *local_got_refcounts; in tilegx_elf_gc_sweep_hook() local
2168 local_got_refcounts = elf_local_got_refcounts (abfd); in tilegx_elf_gc_sweep_hook()
2228 if (local_got_refcounts && in tilegx_elf_gc_sweep_hook()
2229 local_got_refcounts[r_symndx] > 0) in tilegx_elf_gc_sweep_hook()
2230 local_got_refcounts[r_symndx]--; in tilegx_elf_gc_sweep_hook()