Lines Matching refs:bitval
185 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
186 static int check_bitsused (struct bitvalue *bitval,
662 check_argsdef (struct bitvalue *bitval, struct argument *args) in check_argsdef() argument
674 struct bitvalue *runp = bitval; in check_argsdef()
698 check_bitsused (struct bitvalue *bitval, struct known_bitfield *suffix, in check_bitsused() argument
703 while (bitval != NULL) in check_bitsused()
705 if (bitval->type == field && bitval->field != NULL in check_bitsused()
706 && bitval->field != suffix in check_bitsused()
708 && strcmp (bitval->field->name, "w") != 0) in check_bitsused()
716 if (name->type == nfield && name->field == bitval->field) in check_bitsused()
729 i386_lineno - 1, bitval->field->name); in check_bitsused()
735 bitval = bitval->next; in check_bitsused()