Lines Matching refs:rbase
343 ctf_id_t rbase = ctf_type_resolve(rfp, rtype); in dt_type_promote() local
344 uint_t rkind = ctf_type_kind(rfp, rbase); in dt_type_promote()
360 rtype = rbase = DT_INT_TYPE(dtp); in dt_type_promote()
368 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) { in dt_type_promote()
383 if (lbase - rbase < 0) in dt_type_promote()
1057 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; in dt_node_is_ptrcompat() local
1106 rbase = ctf_type_resolve(rfp, rp->dn_type); in dt_node_is_ptrcompat()
1107 rkind = ctf_type_kind(rfp, rbase); in dt_node_is_ptrcompat()
1111 ctf_type_reference(rfp, rbase)); in dt_node_is_ptrcompat()
1113 ctf_array_info(rfp, rbase, &r) == 0) { in dt_node_is_ptrcompat()
1124 lbase = rbase; in dt_node_is_ptrcompat()
1129 rbase = lbase; in dt_node_is_ptrcompat()
1151 *tp = rp_is_void ? lbase : rbase; in dt_node_is_ptrcompat()