Lines Matching refs:ctf_parent
301 if (fp->ctf_parent != NULL) in ctf_lookup_by_name_internal()
308 if (refresh_pptrtab (fp, fp->ctf_parent) < 0) in ctf_lookup_by_name_internal()
312 if ((ptype = ctf_lookup_by_name_internal (fp->ctf_parent, fp, in ctf_lookup_by_name_internal()
315 return (ctf_set_errno (fp, ctf_errno (fp->ctf_parent))); in ctf_lookup_by_name_internal()
404 if (fp->ctf_parent != NULL) in ctf_lookup_variable()
405 return ctf_lookup_variable (fp->ctf_parent, name); in ctf_lookup_variable()
518 if (fp->ctf_parent) in ctf_lookup_symbol_name()
521 ret = ctf_lookup_symbol_name (fp->ctf_parent, symidx); in ctf_lookup_symbol_name()
523 ctf_set_errno (fp, ctf_errno (fp->ctf_parent)); in ctf_lookup_symbol_name()
628 if (fp->ctf_parent) in ctf_lookup_symbol_idx()
629 return ctf_lookup_symbol_idx (fp->ctf_parent, symname); in ctf_lookup_symbol_idx()
993 if (fp->ctf_parent) in ctf_lookup_by_sym_or_name()
995 ctf_id_t ret = ctf_lookup_by_sym_or_name (fp->ctf_parent, symidx, in ctf_lookup_by_sym_or_name()
998 ctf_set_errno (fp, ctf_errno (fp->ctf_parent)); in ctf_lookup_by_sym_or_name()