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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pcb.h66 dt_inttab_t *pcb_inttab; /* integer table for constant references */ member in struct:dt_pcb
H A Ddt_pcb.c168 if (pcb->pcb_inttab != NULL)
169 dt_inttab_destroy(pcb->pcb_inttab);
H A Ddt_as.c481 if ((n = dt_inttab_size(pcb->pcb_inttab)) != 0) {
486 dt_inttab_write(pcb->pcb_inttab, dp->dtdo_inttab);
H A Ddt_cg.c96 int intoff = dt_inttab_insert(yypcb->pcb_inttab, x, flag);
2084 if (pcb->pcb_inttab != NULL)
2085 dt_inttab_destroy(pcb->pcb_inttab);
2087 if ((pcb->pcb_inttab = dt_inttab_create(yypcb->pcb_hdl)) == NULL)

Completed in 408 milliseconds