Searched refs:DT_DA_SIGNED (Results 1 – 3 of 3) sorted by relevance
55 #define DT_DA_SIGNED 0x0001 /* signed integer value */ macro
53 (DT_DA_SIGNED | DT_DA_UNSIGNED)))) { in dt_decl_check()59 (ddp->dd_attr & (DT_DA_SIGNED | DT_DA_UNSIGNED))) { in dt_decl_check()280 if ((attr & DT_DA_SIGNED) && (ddp->dd_attr & DT_DA_SIGNED)) { in dt_decl_attr()996 if (ddp->dd_attr & DT_DA_SIGNED) in dt_decl_type()
661 | DT_KEY_SIGNED { $$ = dt_decl_attr(DT_DA_SIGNED); }