Lines Matching refs:ctf_parent
298 if (fp->ctf_parent != NULL) in ctf_lookup_by_name_internal()
305 if (refresh_pptrtab (fp, fp->ctf_parent) < 0) in ctf_lookup_by_name_internal()
309 if ((ptype = ctf_lookup_by_name_internal (fp->ctf_parent, fp, in ctf_lookup_by_name_internal()
312 return (ctf_set_typed_errno (fp, ctf_errno (fp->ctf_parent))); in ctf_lookup_by_name_internal()
401 if (fp->ctf_parent != NULL) in ctf_lookup_variable()
405 if ((ptype = ctf_lookup_variable (fp->ctf_parent, name)) != CTF_ERR) in ctf_lookup_variable()
407 return (ctf_set_typed_errno (fp, ctf_errno (fp->ctf_parent))); in ctf_lookup_variable()
521 if (fp->ctf_parent) in ctf_lookup_symbol_name()
524 ret = ctf_lookup_symbol_name (fp->ctf_parent, symidx); in ctf_lookup_symbol_name()
526 ctf_set_errno (fp, ctf_errno (fp->ctf_parent)); in ctf_lookup_symbol_name()
631 if (fp->ctf_parent) in ctf_lookup_symbol_idx()
635 if ((psym = ctf_lookup_symbol_idx (fp->ctf_parent, symname)) in ctf_lookup_symbol_idx()
639 ctf_set_errno (fp, ctf_errno (fp->ctf_parent)); in ctf_lookup_symbol_idx()
1005 if (fp->ctf_parent) in ctf_lookup_by_sym_or_name()
1007 ctf_id_t ret = ctf_lookup_by_sym_or_name (fp->ctf_parent, symidx, in ctf_lookup_by_sym_or_name()
1010 ctf_set_errno (fp, ctf_errno (fp->ctf_parent)); in ctf_lookup_by_sym_or_name()