Lines Matching refs:local_got_refcounts
1993 bfd_signed_vma *local_got_refcounts; in elf32_tic6x_gc_sweep_hook() local
2007 local_got_refcounts = elf_local_got_refcounts (abfd); in elf32_tic6x_gc_sweep_hook()
2051 else if (local_got_refcounts != NULL) in elf32_tic6x_gc_sweep_hook()
2053 if (local_got_refcounts[r_symndx] > 0) in elf32_tic6x_gc_sweep_hook()
2054 local_got_refcounts[r_symndx] -= 1; in elf32_tic6x_gc_sweep_hook()
2871 bfd_signed_vma *local_got_refcounts; in elf32_tic6x_check_relocs() local
2874 local_got_refcounts = elf_local_got_refcounts (abfd); in elf32_tic6x_check_relocs()
2875 if (local_got_refcounts == NULL) in elf32_tic6x_check_relocs()
2882 local_got_refcounts = bfd_zalloc (abfd, size); in elf32_tic6x_check_relocs()
2883 if (local_got_refcounts == NULL) in elf32_tic6x_check_relocs()
2885 elf_local_got_refcounts (abfd) = local_got_refcounts; in elf32_tic6x_check_relocs()
2887 local_got_refcounts[r_symndx] += 1; in elf32_tic6x_check_relocs()