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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pragma.c444 #define DT_PRAGMA_DCP 2 /* pragma may only be used after #pragma D */ macro
451 { "attributes", dt_pragma_attributes, DT_PRAGMA_DCP },
452 { "binding", dt_pragma_binding, DT_PRAGMA_DCP },
453 { "depends_on", dt_pragma_depends, DT_PRAGMA_DCP },
457 { "option", dt_pragma_option, DT_PRAGMA_DCP },
490 kind = DT_PRAGMA_DCP;
515 case DT_PRAGMA_DCP:

Completed in 45 milliseconds