Home
last modified time | relevance | path

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

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delfnn-aarch64.c2167 bfd_signed_vma got_refcount; member
6763 if (locals[r_symndx].got_refcount > 0) in elfNN_aarch64_gc_sweep_hook()
6764 locals[r_symndx].got_refcount -= 1; in elfNN_aarch64_gc_sweep_hook()
7269 locals[r_symndx].got_refcount += 1; in elfNN_aarch64_check_relocs()
8386 if (locals[i].got_refcount > 0) in elfNN_aarch64_size_dynamic_sections()
8434 locals[i].got_refcount = (bfd_vma) - 1; in elfNN_aarch64_size_dynamic_sections()
H A Delf32-xtensa.c1388 bfd_signed_vma *got_refcount in elf_xtensa_gc_sweep_hook() local
1390 if (*got_refcount > 0) in elf_xtensa_gc_sweep_hook()
1391 *got_refcount -= 1; in elf_xtensa_gc_sweep_hook()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delfnn-aarch64.c2167 bfd_signed_vma got_refcount; member
6763 if (locals[r_symndx].got_refcount > 0) in elfNN_aarch64_gc_sweep_hook()
6764 locals[r_symndx].got_refcount -= 1; in elfNN_aarch64_gc_sweep_hook()
7269 locals[r_symndx].got_refcount += 1; in elfNN_aarch64_check_relocs()
8386 if (locals[i].got_refcount > 0) in elfNN_aarch64_size_dynamic_sections()
8434 locals[i].got_refcount = (bfd_vma) - 1; in elfNN_aarch64_size_dynamic_sections()
H A Delf32-xtensa.c1388 bfd_signed_vma *got_refcount in elf_xtensa_gc_sweep_hook() local
1390 if (*got_refcount > 0) in elf_xtensa_gc_sweep_hook()
1391 *got_refcount -= 1; in elf_xtensa_gc_sweep_hook()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf64-aarch64.c1690 bfd_signed_vma got_refcount; member
5334 locals[r_symndx].got_refcount += 1; in elf64_aarch64_check_relocs()
6355 if (locals[i].got_refcount > 0) in elf64_aarch64_size_dynamic_sections()
6405 locals[i].got_refcount = (bfd_vma) - 1; in elf64_aarch64_size_dynamic_sections()
H A Delf32-xtensa.c1373 bfd_signed_vma *got_refcount in elf_xtensa_gc_sweep_hook() local
1375 if (*got_refcount > 0) in elf_xtensa_gc_sweep_hook()
1376 *got_refcount -= 1; in elf_xtensa_gc_sweep_hook()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delfnn-aarch64.c2504 bfd_signed_vma got_refcount; member
7933 locals[r_symndx].got_refcount += 1; in elfNN_aarch64_check_relocs()
8934 if (locals[i].got_refcount > 0) in elfNN_aarch64_size_dynamic_sections()
8982 locals[i].got_refcount = (bfd_vma) - 1; in elfNN_aarch64_size_dynamic_sections()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delfnn-aarch64.c2504 bfd_signed_vma got_refcount; member
7931 locals[r_symndx].got_refcount += 1; in elfNN_aarch64_check_relocs()
8932 if (locals[i].got_refcount > 0) in elfNN_aarch64_size_dynamic_sections()
8980 locals[i].got_refcount = (bfd_vma) - 1; in elfNN_aarch64_size_dynamic_sections()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delfnn-aarch64.c2504 bfd_signed_vma got_refcount; member
7931 locals[r_symndx].got_refcount += 1; in elfNN_aarch64_check_relocs()
8932 if (locals[i].got_refcount > 0) in elfNN_aarch64_size_dynamic_sections()
8980 locals[i].got_refcount = (bfd_vma) - 1; in elfNN_aarch64_size_dynamic_sections()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delfnn-aarch64.c2504 bfd_signed_vma got_refcount; member
7931 locals[r_symndx].got_refcount += 1; in elfNN_aarch64_check_relocs()
8932 if (locals[i].got_refcount > 0) in elfNN_aarch64_size_dynamic_sections()
8980 locals[i].got_refcount = (bfd_vma) - 1; in elfNN_aarch64_size_dynamic_sections()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delfnn-aarch64.c2170 bfd_signed_vma got_refcount; member
7298 locals[r_symndx].got_refcount += 1; in elfNN_aarch64_check_relocs()
8405 if (locals[i].got_refcount > 0) in elfNN_aarch64_size_dynamic_sections()
8453 locals[i].got_refcount = (bfd_vma) - 1; in elfNN_aarch64_size_dynamic_sections()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-xtensa.c1383 bfd_signed_vma *got_refcount in elf_xtensa_gc_sweep_hook() local
1385 if (*got_refcount > 0) in elf_xtensa_gc_sweep_hook()
1386 *got_refcount -= 1; in elf_xtensa_gc_sweep_hook()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/xtensa/gnu/
H A Delf32-xtensa.c1429 bfd_signed_vma *got_refcount
1431 if (*got_refcount > 0)
1432 *got_refcount -= 1;