Searched refs:lctfp (Results 1 – 1 of 1) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_parser.c | 4258 ctf_file_t *lctfp = dnp->dn_ctfp; in dt_cook_inline() local 4259 ctf_id_t ltype = ctf_type_resolve(lctfp, dnp->dn_type); in dt_cook_inline() 4265 if (ctf_type_kind(lctfp, ltype) == CTF_K_POINTER) { in dt_cook_inline() 4266 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline() 4267 ltype = ctf_type_resolve(lctfp, ltype); in dt_cook_inline() 4270 if (ctf_type_compat(lctfp, ltype, rctfp, rtype) == 0) { in dt_cook_inline() 4274 dt_type_name(lctfp, ltype, n1, sizeof (n1)), in dt_cook_inline()
|