Lines Matching defs:lbase
344 ctf_id_t lbase = ctf_type_resolve(lfp, ltype);
345 uint_t lkind = ctf_type_kind(lfp, lbase);
359 ltype = lbase = DT_INT_TYPE(dtp);
367 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) {
387 if (lbase - rbase < 0)
1052 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR;
1088 lbase = ctf_type_resolve(lfp, lp->dn_type);
1089 lkind = ctf_type_kind(lfp, lbase);
1093 ctf_type_reference(lfp, lbase));
1095 ctf_array_info(lfp, lbase, &r) == 0) {
1119 lbase = rbase;
1124 rbase = lbase;
1169 *tp = rp_is_void ? lbase : rbase;