Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c68 if (dip->di_label == DT_LBL_NONE || dip->di_instr != DIF_INSTR_NOP) in dt_irlist_append()
287 if (dip->di_label != DT_LBL_NONE) in dt_as()
288 labels[dip->di_label] = i; in dt_as()
290 if (dip->di_label == DT_LBL_NONE || in dt_as()
414 if (dip->di_label != DT_LBL_NONE && in dt_as()
H A Ddt_as.h40 uint_t di_label; /* label number or DT_LBL_NONE */ member
H A Ddt_cg.c57 dip->di_label = label; in dt_cg_node_alloc()