Searched refs:ctf_parent (Results 1 – 6 of 6) sorted by relevance
40 if (LCTF_TYPE_ISPARENT (src_fp, src_type) && src_fp->ctf_parent) in ctf_add_type_mapping()41 src_fp = src_fp->ctf_parent; in ctf_add_type_mapping()45 if (LCTF_TYPE_ISPARENT (dst_fp, dst_type) && dst_fp->ctf_parent) in ctf_add_type_mapping()46 dst_fp = dst_fp->ctf_parent; in ctf_add_type_mapping()85 if (LCTF_TYPE_ISPARENT (src_fp, src_type) && src_fp->ctf_parent) in ctf_type_mapping()86 src_fp = src_fp->ctf_parent; in ctf_type_mapping()99 target_fp->ctf_parent != NULL); in ctf_type_mapping()104 if (target_fp->ctf_parent) in ctf_type_mapping()105 target_fp = target_fp->ctf_parent; in ctf_type_mapping()115 target_fp->ctf_parent != NULL); in ctf_type_mapping()
188 if (fp->ctf_parent != NULL in ctf_lookup_by_name()189 && (ptype = ctf_lookup_by_name (fp->ctf_parent, name)) != CTF_ERR) in ctf_lookup_by_name()227 if (fp->ctf_parent != NULL) in ctf_lookup_variable()228 return ctf_lookup_variable (fp->ctf_parent, name); in ctf_lookup_variable()319 && (fp = fp->ctf_parent) == NULL) in ctf_lookup_by_id()
1630 ctf_file_close (fp->ctf_parent); in ctf_file_close()1721 return fp->ctf_parent; in ctf_parent_file()1779 if (fp->ctf_parent != NULL) in ctf_import()1781 fp->ctf_parent->ctf_refcnt--; in ctf_import()1782 ctf_file_close (fp->ctf_parent); in ctf_import()1783 fp->ctf_parent = NULL; in ctf_import()1798 fp->ctf_parent = pfp; in ctf_import()
206 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parent == NULL)) in ctf_variable_iter()818 if (LCTF_TYPE_ISPARENT (lfp, ltype) && lfp->ctf_parent != NULL) in ctf_type_cmp()819 lfp = lfp->ctf_parent; in ctf_type_cmp()821 if (LCTF_TYPE_ISPARENT (rfp, rtype) && rfp->ctf_parent != NULL) in ctf_type_cmp()822 rfp = rfp->ctf_parent; in ctf_type_cmp()
273 struct ctf_file *ctf_parent; /* Parent CTF container (if any). */ member
517 (void) ctf_import (nfp, fp->ctf_parent); in ctf_serialize()675 fp = fp->ctf_parent; in ctf_dynamic_type()