Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pcb.c128 if (pcb->pcb_prog != NULL) in dt_pcb_pop()
129 dt_program_destroy(dtp, pcb->pcb_prog); in dt_pcb_pop()
H A Ddt_pcb.h77 dtrace_prog_t *pcb_prog; /* intermediate program made by compiler */ member
H A Ddt_cc.c279 if (dtrace_stmt_add(yypcb->pcb_hdl, yypcb->pcb_prog, sdp) != 0) in dt_stmt_append()
2456 if ((yypcb->pcb_prog = dt_program_create(dtp)) == NULL) in dt_compile()
2476 yypcb->pcb_prog->dp_xrefs = yypcb->pcb_asxrefs; in dt_compile()
2477 yypcb->pcb_prog->dp_xrefslen = yypcb->pcb_asxreflen; in dt_compile()
2481 rv = yypcb->pcb_prog; in dt_compile()