Lines Matching refs:local_got_refcounts
1315 bfd_signed_vma *local_got_refcounts; in or1k_elf_gc_sweep_hook() local
1322 local_got_refcounts = elf_local_got_refcounts (abfd); in or1k_elf_gc_sweep_hook()
1349 if (local_got_refcounts && local_got_refcounts[r_symndx] > 0) in or1k_elf_gc_sweep_hook()
1350 local_got_refcounts[r_symndx]--; in or1k_elf_gc_sweep_hook()
1547 bfd_signed_vma *local_got_refcounts; in or1k_elf_check_relocs() local
1550 local_got_refcounts = elf_local_got_refcounts (abfd); in or1k_elf_check_relocs()
1551 if (local_got_refcounts == NULL) in or1k_elf_check_relocs()
1557 local_got_refcounts = bfd_zalloc (abfd, size); in or1k_elf_check_relocs()
1558 if (local_got_refcounts == NULL) in or1k_elf_check_relocs()
1560 elf_local_got_refcounts (abfd) = local_got_refcounts; in or1k_elf_check_relocs()
1562 local_got_refcounts[r_symndx] += 1; in or1k_elf_check_relocs()