Lines Matching refs:local_got_refcounts
1593 bfd_signed_vma *local_got_refcounts; in tilepro_elf_check_relocs() local
1596 local_got_refcounts = elf_local_got_refcounts (abfd); in tilepro_elf_check_relocs()
1597 if (local_got_refcounts == NULL) in tilepro_elf_check_relocs()
1603 local_got_refcounts = ((bfd_signed_vma *) in tilepro_elf_check_relocs()
1605 if (local_got_refcounts == NULL) in tilepro_elf_check_relocs()
1607 elf_local_got_refcounts (abfd) = local_got_refcounts; in tilepro_elf_check_relocs()
1609 = (char *) (local_got_refcounts + symtab_hdr->sh_info); in tilepro_elf_check_relocs()
1611 local_got_refcounts[r_symndx] += 1; in tilepro_elf_check_relocs()
1915 bfd_signed_vma *local_got_refcounts; in tilepro_elf_gc_sweep_hook() local
1929 local_got_refcounts = elf_local_got_refcounts (abfd); in tilepro_elf_gc_sweep_hook()
1994 if (local_got_refcounts && in tilepro_elf_gc_sweep_hook()
1995 local_got_refcounts[r_symndx] > 0) in tilepro_elf_gc_sweep_hook()
1996 local_got_refcounts[r_symndx]--; in tilepro_elf_gc_sweep_hook()