Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.h55 #define DT_DA_SIGNED 0x0001 /* signed integer value */ macro
H A Ddt_decl.c56 (DT_DA_SIGNED | DT_DA_UNSIGNED)))) { in dt_decl_check()
62 (ddp->dd_attr & (DT_DA_SIGNED | DT_DA_UNSIGNED))) { in dt_decl_check()
980 if (ddp->dd_attr & DT_DA_SIGNED) in dt_decl_type()
H A Ddt_grammar.y673 | DT_KEY_SIGNED { $$ = dt_decl_attr(DT_DA_SIGNED); }