Home
last modified time | relevance | path

Searched refs:refcounts (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
Dxmethods.py818 refcounts = obj['_M_refcount']['_M_pi']
819 return refcounts['_M_use_count'] if refcounts else 0
Dprinters.py262 refcounts = self._get_refcounts()
266 if refcounts != 0:
267 usecount = refcounts['_M_use_count']
268 weakcount = refcounts['_M_weak_count']
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf-bfd.h2077 bfd_signed_vma *refcounts; member
2216 #define elf_local_got_refcounts(bfd) (elf_tdata(bfd) -> local_got.refcounts)
DChangeLog-00011698 * elf.c (_bfd_elf_link_hash_copy_indirect): Set ind refcounts to
1730 dynamic sections. Localise vars. Modify code for refcounts
1793 * elf32-cris.c (cris_elf_check_relocs): Modify for refcounts
1796 * elf32-hppa.c (elf32_hppa_check_relocs): Modify for refcounts
1801 * elf32-i386.c (elf_i386_check_relocs): Modify for refcounts
1809 * elf32-m68k.c (elf_m68k_check_relocs): Modify for refcounts
1812 * elf32-ppc.c (ppc_elf_check_relocs): Modify for refcounts
1815 * elf32-s390.c (elf_s390_check_relocs): Modify for refcounts
1818 * elf64-s390.c (elf_s390_check_relocs): Modify for refcounts
1821 * elf64-x86-64.c (elf64_x86_64_check_relocs): Modify for refcounts
DChangeLog-2011631 (elf_gc_sweep_symbol): Don't test plt/got refcounts, instead test
DChangeLog-02036903 test refcounts for "used" values.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf-bfd.h2102 bfd_signed_vma *refcounts; member
2241 #define elf_local_got_refcounts(bfd) (elf_tdata(bfd) -> local_got.refcounts)
DChangeLog-00011698 * elf.c (_bfd_elf_link_hash_copy_indirect): Set ind refcounts to
1730 dynamic sections. Localise vars. Modify code for refcounts
1793 * elf32-cris.c (cris_elf_check_relocs): Modify for refcounts
1796 * elf32-hppa.c (elf32_hppa_check_relocs): Modify for refcounts
1801 * elf32-i386.c (elf_i386_check_relocs): Modify for refcounts
1809 * elf32-m68k.c (elf_m68k_check_relocs): Modify for refcounts
1812 * elf32-ppc.c (ppc_elf_check_relocs): Modify for refcounts
1815 * elf32-s390.c (elf_s390_check_relocs): Modify for refcounts
1818 * elf64-s390.c (elf_s390_check_relocs): Modify for refcounts
1821 * elf64-x86-64.c (elf64_x86_64_check_relocs): Modify for refcounts
DChangeLog-2011631 (elf_gc_sweep_symbol): Don't test plt/got refcounts, instead test
DChangeLog-02036903 test refcounts for "used" values.
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dstop.spell-cc1123 refcounts
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Drope1648 // We can't really do anything since refcounts are unavailable.
1656 // has refcount of 1. Adjusts argument refcounts.
/netbsd/src/external/gpl3/gcc/dist/libgomp/
DChangeLog7688 (delete_copyout): Update dynamic refcounts, add support for FINALIZE.
7693 (gomp_acc_insert_pointer): Update refcounts.
7699 (GOACC_parallel_keyed): Update refcounts of variables.
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201713976 (set_current_inferior): Increment/decrement refcounts.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200614170 (prune_unused_types_walk_attribs): Reset string refcounts.