Searched refs:ctf_refcnt (Results 1 – 13 of 13) sorted by relevance
1657 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 …]
622 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()
1116 nfp->ctf_refcnt = fp->ctf_refcnt; in ctf_serialize()1217 nfp->ctf_refcnt = 1; /* Force nfp to be freed. */ in ctf_serialize()
436 uint32_t ctf_refcnt; /* Reference count (for parent links). */ member
3104 output->ctf_refcnt++; in ctf_dedup_emit()
1656 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 …]
620 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()
3107 output->ctf_refcnt++; in ctf_dedup_emit()
785 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()
203 uint_t ctf_refcnt; /* reference count (for parent links) */ member
441 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()