Searched defs:lctfp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c4147 ctf_file_t *lctfp = dnp->dn_ctfp; local
4148 ctf_id_t ltype = ctf_type_resolve(lctfp, dnp->dn_type);
4154 if (ctf_type_kind(lctfp, ltype) == CTF_K_POINTER) {
4155 ltype = ctf_type_reference(lctfp, ltype);
4156 ltype = ctf_type_resolve(lctfp, ltype);
4159 if (ctf_type_compat(lctfp, ltype, rctfp, rtype) == 0) {
4163 dt_type_name(lctfp, ltype, n1, sizeof (n1)),

Completed in 43 milliseconds