Lines Matching refs:local_got_refcounts
1760 bfd_signed_vma *local_got_refcounts; in elf_x86_64_check_relocs() local
1763 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_x86_64_check_relocs()
1764 if (local_got_refcounts == NULL) in elf_x86_64_check_relocs()
1771 local_got_refcounts = ((bfd_signed_vma *) in elf_x86_64_check_relocs()
1773 if (local_got_refcounts == NULL) in elf_x86_64_check_relocs()
1775 elf_local_got_refcounts (abfd) = local_got_refcounts; in elf_x86_64_check_relocs()
1777 = (bfd_vma *) (local_got_refcounts + symtab_hdr->sh_info); in elf_x86_64_check_relocs()
1779 = (char *) (local_got_refcounts + 2 * symtab_hdr->sh_info); in elf_x86_64_check_relocs()
1781 local_got_refcounts[r_symndx] += 1; in elf_x86_64_check_relocs()
2084 bfd_signed_vma *local_got_refcounts; in elf_x86_64_gc_sweep_hook() local
2098 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_x86_64_gc_sweep_hook()
2184 else if (local_got_refcounts != NULL) in elf_x86_64_gc_sweep_hook()
2186 if (local_got_refcounts[r_symndx] > 0) in elf_x86_64_gc_sweep_hook()
2187 local_got_refcounts[r_symndx] -= 1; in elf_x86_64_gc_sweep_hook()
2761 bfd_signed_vma *local_got_refcounts; in elf_x86_64_convert_mov_to_lea() local
2785 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_x86_64_convert_mov_to_lea()
2824 if (local_got_refcounts != NULL in elf_x86_64_convert_mov_to_lea()
2825 && local_got_refcounts[r_symndx] > 0) in elf_x86_64_convert_mov_to_lea()
2826 local_got_refcounts[r_symndx] -= 1; in elf_x86_64_convert_mov_to_lea()