Searched refs:ds_ctfp (Results 1 – 2 of 2) sorted by relevance
151 dsp->ds_ctfp = NULL; in dt_decl_pop()613 dtt.dtt_ctfp = dsp->ds_ctfp; in dt_decl_member()623 if (dtt.dtt_ctfp != dsp->ds_ctfp && in dt_decl_member()626 dtt.dtt_type = ctf_add_type(dsp->ds_ctfp, in dt_decl_member()628 dtt.dtt_ctfp = dsp->ds_ctfp; in dt_decl_member()801 idp->di_ctfp = dsp->ds_ctfp; in dt_decl_enumerator()1061 dsp->ds_ctfp = NULL; in dt_scope_create()1093 dsp->ds_ctfp = ctfp; in dt_scope_push()1111 if (dsp->ds_ctfp != NULL && ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_scope_pop()1113 ctf_errmsg(ctf_errno(dsp->ds_ctfp))); in dt_scope_pop()[all …]
81 ctf_file_t *ds_ctfp; /* CTF container for this scope */ member