Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_parser.h162 #define DT_NODE_PROG 21 /* program translation unit */ macro
Ddt_parser.c483 case DT_NODE_PROG: in dt_node_name()
639 case DT_NODE_PROG: in dt_node_free()
2575 dt_node_t *dnp = dt_node_alloc(DT_NODE_PROG); in dt_node_program()
4784 case DT_NODE_PROG: in dt_node_printr()
Ddt_cc.c2502 assert(yypcb->pcb_root->dn_kind == DT_NODE_PROG); in dt_compile()