Searched refs:DT_PRAGMA_DCP (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_pragma.c | 444 #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; in dt_pragma() 515 case DT_PRAGMA_DCP: in dt_pragma()
|