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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c330 ctf_id_t rbase = ctf_type_resolve(rfp, rtype); local
331 uint_t rkind = ctf_type_kind(rfp, rbase);
347 rtype = rbase = DT_INT_TYPE(dtp);
355 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) {
370 if (lbase - rbase < 0)
1009 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; local
1058 rbase = ctf_type_resolve(rfp, rp->dn_type);
1059 rkind = ctf_type_kind(rfp, rbase);
1063 ctf_type_reference(rfp, rbase));
1065 ctf_array_info(rfp, rbase,
[all...]

Completed in 45 milliseconds