Searched refs:DT_DA_UNSIGNED (Results 1 – 3 of 3) sorted by relevance
54 #define DT_DA_UNSIGNED 0x0002 /* unsigned integer value */ macro
55 (DT_DA_SIGNED | DT_DA_UNSIGNED)))) { in dt_decl_check()61 (ddp->dd_attr & (DT_DA_SIGNED | DT_DA_UNSIGNED))) { in dt_decl_check()976 if (ddp->dd_attr & DT_DA_UNSIGNED) in dt_decl_type()
647 | DT_KEY_UNSIGNED { $$ = dt_decl_attr(DT_DA_UNSIGNED); }