Searched refs:local_plt_refcounts (Results 1 – 4 of 4) sorted by relevance
1428 bfd_signed_vma *local_plt_refcounts; in elf32_hppa_check_relocs() local1433 local_plt_refcounts = (local_got_refcounts in elf32_hppa_check_relocs()1435 local_plt_refcounts[r_symndx] += 1; in elf32_hppa_check_relocs()1595 bfd_signed_vma *local_plt_refcounts; in elf32_hppa_gc_sweep_hook() local1611 local_plt_refcounts = local_got_refcounts; in elf32_hppa_gc_sweep_hook()1612 if (local_plt_refcounts != NULL) in elf32_hppa_gc_sweep_hook()1613 local_plt_refcounts += symtab_hdr->sh_info; in elf32_hppa_gc_sweep_hook()1692 else if (local_plt_refcounts != NULL) in elf32_hppa_gc_sweep_hook()1694 if (local_plt_refcounts[r_symndx] > 0) in elf32_hppa_gc_sweep_hook()1695 local_plt_refcounts[r_symndx] -= 1; in elf32_hppa_gc_sweep_hook()
3462 bfd_signed_vma *local_plt_refcounts; in elf_metag_gc_sweep_hook() local3473 local_plt_refcounts = local_got_refcounts; in elf_metag_gc_sweep_hook()3474 if (local_plt_refcounts != NULL) in elf_metag_gc_sweep_hook()3475 local_plt_refcounts += symtab_hdr->sh_info; in elf_metag_gc_sweep_hook()
821 bfd_signed_vma *local_plt_refcounts; in elf64_hppa_check_relocs() local827 local_plt_refcounts = local_dlt_refcounts + symtab_hdr->sh_info; in elf64_hppa_check_relocs()828 local_plt_refcounts[r_symndx] += 1; in elf64_hppa_check_relocs()
3904 (elf32_hppa_check_relocs): Use local_plt_refcounts var rather than