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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pragma.c419 #define DT_PRAGMA_DCP 2 /* pragma may only be used after #pragma D */ macro
426 { "attributes", dt_pragma_attributes, DT_PRAGMA_DCP },
427 { "binding", dt_pragma_binding, DT_PRAGMA_DCP },
428 { "depends_on", dt_pragma_depends, DT_PRAGMA_DCP },
432 { "option", dt_pragma_option, DT_PRAGMA_DCP },
465 kind = DT_PRAGMA_DCP;
490 case DT_PRAGMA_DCP:

Completed in 21 milliseconds