Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dis.c254 uint_t xlr = DIF_INSTR_XLREF(in); in dt_dis_xlate() local
257 name, xlr, DIF_INSTR_RD(in)); in dt_dis_xlate()
259 if (xlr < dp->dtdo_xlmlen) { in dt_dis_xlate()
260 (void) fprintf(fp, "\t\t! DT_XLREF[%u] = %u.%s", xlr, in dt_dis_xlate()
261 (uint_t)dp->dtdo_xlmtab[xlr]->dn_membexpr->dn_xlator->dx_id, in dt_dis_xlate()
262 dp->dtdo_xlmtab[xlr]->dn_membname); in dt_dis_xlate()