Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c1657 fp->ctf_refcnt = 1; in ctf_bufopen_internal()
1704 fp->ctf_refcnt = 1; in ctf_bufopen_internal()
1722 fp->ctf_refcnt++; in ctf_ref()
1741 ctf_dprintf ("ctf_dict_close(%p) refcnt=%u\n", (void *) fp, fp->ctf_refcnt); in ctf_dict_close()
1743 if (fp->ctf_refcnt > 1) in ctf_dict_close()
1745 fp->ctf_refcnt--; in ctf_dict_close()
1752 if (fp->ctf_refcnt == 0) in ctf_dict_close()
1755 fp->ctf_refcnt--; in ctf_dict_close()
1971 if (fp == NULL || fp == pfp || (pfp != NULL && pfp->ctf_refcnt == 0)) in ctf_import()
1995 pfp->ctf_refcnt++; in ctf_import()
[all …]
H A Dctf-archive.c622 arc->ctfi_dict->ctf_refcnt++; in ctf_dict_open_sections()
663 fp->ctf_refcnt++; in ctf_dict_open_cached()
682 fp->ctf_refcnt++; in ctf_dict_open_cached()
831 wrapper->ctfi_dict->ctf_refcnt++; in ctf_arc_lookup_sym_or_name()
904 fp->ctf_refcnt++; in ctf_arc_lookup_sym_or_name()
1131 wrapper->ctfi_dict->ctf_refcnt++; in ctf_archive_next()
H A Dctf-serialize.c1116 nfp->ctf_refcnt = fp->ctf_refcnt; in ctf_serialize()
1217 nfp->ctf_refcnt = 1; /* Force nfp to be freed. */ in ctf_serialize()
H A Dctf-impl.h436 uint32_t ctf_refcnt; /* Reference count (for parent links). */ member
H A Dctf-dedup.c3104 output->ctf_refcnt++; in ctf_dedup_emit()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c1656 fp->ctf_refcnt = 1; in ctf_bufopen_internal()
1703 fp->ctf_refcnt = 1; in ctf_bufopen_internal()
1721 fp->ctf_refcnt++; in ctf_ref()
1740 ctf_dprintf ("ctf_dict_close(%p) refcnt=%u\n", (void *) fp, fp->ctf_refcnt); in ctf_dict_close()
1742 if (fp->ctf_refcnt > 1) in ctf_dict_close()
1744 fp->ctf_refcnt--; in ctf_dict_close()
1751 if (fp->ctf_refcnt == 0) in ctf_dict_close()
1754 fp->ctf_refcnt--; in ctf_dict_close()
1970 if (fp == NULL || fp == pfp || (pfp != NULL && pfp->ctf_refcnt == 0)) in ctf_import()
1994 pfp->ctf_refcnt++; in ctf_import()
[all …]
H A Dctf-archive.c620 arc->ctfi_dict->ctf_refcnt++; in ctf_dict_open_sections()
661 fp->ctf_refcnt++; in ctf_dict_open_cached()
680 fp->ctf_refcnt++; in ctf_dict_open_cached()
829 wrapper->ctfi_dict->ctf_refcnt++; in ctf_arc_lookup_sym_or_name()
902 fp->ctf_refcnt++; in ctf_arc_lookup_sym_or_name()
1129 wrapper->ctfi_dict->ctf_refcnt++; in ctf_archive_next()
H A Dctf-serialize.c1116 nfp->ctf_refcnt = fp->ctf_refcnt; in ctf_serialize()
1217 nfp->ctf_refcnt = 1; /* Force nfp to be freed. */ in ctf_serialize()
H A Dctf-impl.h436 uint32_t ctf_refcnt; /* Reference count (for parent links). */ member
H A Dctf-dedup.c3107 output->ctf_refcnt++; in ctf_dedup_emit()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c785 fp->ctf_refcnt = 1; in ctf_bufopen()
893 ctf_dprintf("ctf_close(%p) refcnt=%u\n", (void *)fp, fp->ctf_refcnt); in ctf_close()
895 if (fp->ctf_refcnt > 1) { in ctf_close()
896 fp->ctf_refcnt--; in ctf_close()
993 if (fp == NULL || fp == pfp || (pfp != NULL && pfp->ctf_refcnt == 0)) in ctf_import()
1004 pfp->ctf_refcnt++; in ctf_import()
H A Dctf_impl.h203 uint_t ctf_refcnt; /* reference count (for parent links) */ member
H A Dctf_create.c441 nfp->ctf_refcnt = fp->ctf_refcnt; in ctf_update()
470 nfp->ctf_refcnt = 1; /* force nfp to be freed */ in ctf_update()
1182 if (dtd->dtd_ref != 0 || fp->ctf_refcnt > 1) in ctf_delete_type()