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

/freebsd-12-stable/cddl/contrib/opensolaris/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.c148 * pcb_asxrefs[] array, a two-dimensional array of bitmaps indexed by the
167 if (pcb->pcb_asxrefs == NULL) {
169 pcb->pcb_asxrefs =
171 if (pcb->pcb_asxrefs == NULL)
175 if (pcb->pcb_asxrefs[dxp->dx_id] == NULL) {
176 pcb->pcb_asxrefs[dxp->dx_id] =
178 if (pcb->pcb_asxrefs[dxp->dx_id] == NULL)
185 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.c2533 yypcb->pcb_prog->dp_xrefs = yypcb->pcb_asxrefs;
2535 yypcb->pcb_asxrefs = NULL;

Completed in 103 milliseconds