Home
last modified time | relevance | path

Searched refs:DT_NODE_PROG (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h175 #define DT_NODE_PROG 21 /* program translation unit */ macro
H A Ddt_sugar.c280 case DT_NODE_PROG: in dt_sugar_visit_all()
H A Ddt_parser.c500 case DT_NODE_PROG: in dt_node_name()
656 case DT_NODE_PROG: in dt_node_free()
2625 dt_node_t *dnp = dt_node_alloc(DT_NODE_PROG); in dt_node_program()
5026 case DT_NODE_PROG: in dt_node_printr()
H A Ddt_cc.c2517 assert(yypcb->pcb_root->dn_kind == DT_NODE_PROG); in dt_compile()