Searched refs:lctfp (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_parser.c | 4228 ctf_file_t *lctfp = dnp->dn_ctfp; in dt_cook_inline() local 4229 ctf_id_t ltype = ctf_type_resolve(lctfp, dnp->dn_type); in dt_cook_inline() 4235 if (ctf_type_kind(lctfp, ltype) == CTF_K_POINTER) { in dt_cook_inline() 4236 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline() 4237 ltype = ctf_type_resolve(lctfp, ltype); in dt_cook_inline() 4240 if (ctf_type_compat(lctfp, ltype, rctfp, rtype) == 0) { in dt_cook_inline() 4244 dt_type_name(lctfp, ltype, n1, sizeof (n1)), in dt_cook_inline()
|