Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_program.h45 ulong_t **dp_xrefs; /* array of translator reference bitmaps */ member
H A Ddt_program.c75 dt_free(dtp, pgp->dp_xrefs[i]); in dt_program_destroy()
77 dt_free(dtp, pgp->dp_xrefs); in dt_program_destroy()
H A Ddt_dof.c267 ddo->ddo_pgp->dp_xrefs[dxp->dx_id], dnp->dn_membid); in dof_add_difo()
360 if (!BT_TEST(ddo->ddo_pgp->dp_xrefs[dxp->dx_id], i)) in dof_add_translator()
704 pgp->dp_xrefs[dxp->dx_id] != NULL) in dtrace_dof_create()
H A Ddt_cc.c2476 yypcb->pcb_prog->dp_xrefs = yypcb->pcb_asxrefs; in dt_compile()