Lines Matching refs:rbase
342 ctf_id_t rbase = ctf_type_resolve(rfp, rtype); in dt_type_promote() local
343 uint_t rkind = ctf_type_kind(rfp, rbase); in dt_type_promote()
359 rtype = rbase = DT_INT_TYPE(dtp); in dt_type_promote()
367 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) { in dt_type_promote()
382 if (lbase - rbase < 0) in dt_type_promote()
1047 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; in dt_node_is_ptrcompat() local
1096 rbase = ctf_type_resolve(rfp, rp->dn_type); in dt_node_is_ptrcompat()
1097 rkind = ctf_type_kind(rfp, rbase); in dt_node_is_ptrcompat()
1101 ctf_type_reference(rfp, rbase)); in dt_node_is_ptrcompat()
1103 ctf_array_info(rfp, rbase, &r) == 0) { in dt_node_is_ptrcompat()
1114 lbase = rbase; in dt_node_is_ptrcompat()
1119 rbase = lbase; in dt_node_is_ptrcompat()
1141 *tp = rp_is_void ? lbase : rbase; in dt_node_is_ptrcompat()