Home
last modified time | relevance | path

Searched refs:local_plt_refcounts (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-hppa.c1428 bfd_signed_vma *local_plt_refcounts; in elf32_hppa_check_relocs() local
1433 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() local
1611 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()
Delf32-metag.c3462 bfd_signed_vma *local_plt_refcounts; in elf_metag_gc_sweep_hook() local
3473 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()
Delf64-hppa.c821 bfd_signed_vma *local_plt_refcounts; in elf64_hppa_check_relocs() local
827 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()
DChangeLog-00013904 (elf32_hppa_check_relocs): Use local_plt_refcounts var rather than