Searched refs:pcb_asxrefs (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pcb.h71 ulong_t **pcb_asxrefs; /* assembler imported xlators (see dt_as.c) */ member in struct:dt_pcb
H A Ddt_as.c146 * pcb_asxrefs[] array, a two-dimensional array of bitmaps indexed by the
165 if (pcb->pcb_asxrefs == NULL) {
167 pcb->pcb_asxrefs =
169 if (pcb->pcb_asxrefs == NULL)
173 if (pcb->pcb_asxrefs[dxp->dx_id] == NULL) {
174 pcb->pcb_asxrefs[dxp->dx_id] =
176 if (pcb->pcb_asxrefs[dxp->dx_id] == NULL)
183 BT_SET(pcb->pcb_asxrefs[dxp->dx_id], dnp->dn_membid);
H A Ddt_pcb.c176 dt_free(dtp, pcb->pcb_asxrefs[i]);
178 dt_free(dtp, pcb->pcb_asxrefs);
H A Ddt_cc.c2172 yypcb->pcb_prog->dp_xrefs = yypcb->pcb_asxrefs;
2174 yypcb->pcb_asxrefs = NULL;

Completed in 37 milliseconds