Home
last modified time | relevance | path

Searched refs:got_refcount (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfnn-aarch64.c1709 bfd_signed_vma got_refcount; member
5739 if (locals[r_symndx].got_refcount > 0) in elfNN_aarch64_gc_sweep_hook()
5740 locals[r_symndx].got_refcount -= 1; in elfNN_aarch64_gc_sweep_hook()
6215 locals[r_symndx].got_refcount += 1; in elfNN_aarch64_check_relocs()
7338 if (locals[i].got_refcount > 0) in elfNN_aarch64_size_dynamic_sections()
7388 locals[i].got_refcount = (bfd_vma) - 1; in elfNN_aarch64_size_dynamic_sections()
Delf32-xtensa.c1376 bfd_signed_vma *got_refcount in elf_xtensa_gc_sweep_hook() local
1378 if (*got_refcount > 0) in elf_xtensa_gc_sweep_hook()
1379 *got_refcount -= 1; in elf_xtensa_gc_sweep_hook()