Lines Matching refs:ctf_parent
303 fp = fp->ctf_parent; in ctf_dtd_lookup()
318 fp = fp->ctf_parent; in ctf_dynamic_type()
723 fp = fp->ctf_parent; in ctf_set_array()
1065 fp = fp->ctf_parent; in ctf_add_enumerator()
1140 fp = fp->ctf_parent; in ctf_add_member_offset()
1501 if (LCTF_TYPE_ISPARENT (src_fp, src_type) && src_fp->ctf_parent) in ctf_add_type_mapping()
1502 src_fp = src_fp->ctf_parent; in ctf_add_type_mapping()
1506 if (LCTF_TYPE_ISPARENT (dst_fp, dst_type) && dst_fp->ctf_parent) in ctf_add_type_mapping()
1507 dst_fp = dst_fp->ctf_parent; in ctf_add_type_mapping()
1545 if (LCTF_TYPE_ISPARENT (src_fp, src_type) && src_fp->ctf_parent) in ctf_type_mapping()
1546 src_fp = src_fp->ctf_parent; in ctf_type_mapping()
1559 target_fp->ctf_parent != NULL); in ctf_type_mapping()
1564 if (target_fp->ctf_parent) in ctf_type_mapping()
1565 target_fp = target_fp->ctf_parent; in ctf_type_mapping()
1575 target_fp->ctf_parent != NULL); in ctf_type_mapping()