Searched refs:ctf_parent (Results 1 – 5 of 5) sorted by relevance
167 if (fp->ctf_parent != NULL && in ctf_lookup_by_name()168 (ptype = ctf_lookup_by_name(fp->ctf_parent, name)) != CTF_ERR) in ctf_lookup_by_name()221 (fp = fp->ctf_parent) == NULL) { in ctf_lookup_by_id()
902 if (fp->ctf_parent != NULL) in ctf_close()903 ctf_close(fp->ctf_parent); in ctf_close()989 return (fp->ctf_parent); in ctf_parent_file()1026 if (fp->ctf_parent != NULL) in ctf_import()1027 ctf_close(fp->ctf_parent); in ctf_import()1034 fp->ctf_parent = pfp; in ctf_import()
710 if (CTF_TYPE_ISPARENT(ltype) && lfp->ctf_parent != NULL) in ctf_type_cmp()711 lfp = lfp->ctf_parent; in ctf_type_cmp()713 if (CTF_TYPE_ISPARENT(rtype) && rfp->ctf_parent != NULL) in ctf_type_cmp()714 rfp = rfp->ctf_parent; in ctf_type_cmp()
221 struct ctf_file *ctf_parent; /* parent CTF container (if any) */ member
323 plabel = ctf_label_topmost(fp->ctf_parent); in ctf_update()662 (void) ctf_import(nfp, fp->ctf_parent); in ctf_update()