Home
last modified time | relevance | path

Searched refs:ctf_parent (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-link.c40 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()
H A Dctf-lookup.c188 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()
H A Dctf-open.c1630 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()
H A Dctf-types.c206 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()
H A Dctf-impl.h273 struct ctf_file *ctf_parent; /* Parent CTF container (if any). */ member
H A Dctf-create.c517 (void) ctf_import (nfp, fp->ctf_parent); in ctf_serialize()
675 fp = fp->ctf_parent; in ctf_dynamic_type()