Lines Matching refs:local_got_refcounts
3724 bfd_signed_vma *local_got_refcounts; in nios2_elf32_check_relocs() local
3736 local_got_refcounts = elf_local_got_refcounts (abfd); in nios2_elf32_check_relocs()
3843 if (local_got_refcounts == NULL) in nios2_elf32_check_relocs()
3849 local_got_refcounts in nios2_elf32_check_relocs()
3851 if (local_got_refcounts == NULL) in nios2_elf32_check_relocs()
3853 elf_local_got_refcounts (abfd) = local_got_refcounts; in nios2_elf32_check_relocs()
3855 = (char *) (local_got_refcounts + symtab_hdr->sh_info); in nios2_elf32_check_relocs()
3857 local_got_refcounts[r_symndx]++; in nios2_elf32_check_relocs()
4035 bfd_signed_vma *local_got_refcounts; in nios2_elf32_gc_sweep_hook() local
4050 local_got_refcounts = elf_local_got_refcounts (abfd); in nios2_elf32_gc_sweep_hook()
4082 else if (local_got_refcounts != NULL) in nios2_elf32_gc_sweep_hook()
4084 if (local_got_refcounts[r_symndx] > 0) in nios2_elf32_gc_sweep_hook()
4085 --local_got_refcounts[r_symndx]; in nios2_elf32_gc_sweep_hook()