Home
last modified time | relevance | path

Searched refs:xlr (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_dis.c241 uint_t xlr = DIF_INSTR_XLREF(in); in dt_dis_xlate() local
244 name, xlr, DIF_INSTR_RD(in)); in dt_dis_xlate()
246 if (xlr < dp->dtdo_xlmlen) { in dt_dis_xlate()
247 (void) fprintf(fp, "\t\t! DT_XLREF[%u] = %u.%s", xlr, in dt_dis_xlate()
248 (uint_t)dp->dtdo_xlmtab[xlr]->dn_membexpr->dn_xlator->dx_id, in dt_dis_xlate()
249 dp->dtdo_xlmtab[xlr]->dn_membname); in dt_dis_xlate()