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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pragma.c473 #define DT_PRAGMA_DCP 2 /* pragma may only be used after #pragma D */ macro
480 { "attributes", dt_pragma_attributes, DT_PRAGMA_DCP },
481 { "binding", dt_pragma_binding, DT_PRAGMA_DCP },
482 { "depends_on", dt_pragma_depends, DT_PRAGMA_DCP },
486 { "option", dt_pragma_option, DT_PRAGMA_DCP },
519 kind = DT_PRAGMA_DCP;
544 case DT_PRAGMA_DCP:

Completed in 45 milliseconds