Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.h98 #define DT_IDENT_PRAGAT 11 /* identifier is #pragma attributes */ macro
H A Ddt_pragma.c64 case DT_IDENT_PRAGAT: in dt_pragma_apply()
148 idp = dt_idhash_insert(yypcb->pcb_pragmas, name, DT_IDENT_PRAGAT, 0, 0, in dt_pragma_attributes()
H A Ddt_ident.c1049 case DT_IDENT_PRAGAT: return ("#pragma attributes"); in dt_idkind_name()