Searched refs:bitval (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/0.153/libcpu/
H A Di386_parse.y183 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
184 static int check_bitsused (struct bitvalue *bitval,
660 check_argsdef (struct bitvalue *bitval, struct argument *args)
672 struct bitvalue *runp = bitval;
696 check_bitsused (struct bitvalue *bitval, struct known_bitfield *suffix,
701 while (bitval != NULL)
703 if (bitval->type == field && bitval->field != NULL
704 && bitval->field != suffix
706 && strcmp (bitval
[all...]
H A Di386_parse.c260 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
261 static int check_bitsused (struct bitvalue *bitval,
2372 check_argsdef (struct bitvalue *bitval, struct argument *args) argument
2384 struct bitvalue *runp = bitval;
2408 check_bitsused (struct bitvalue *bitval, struct known_bitfield *suffix, argument
2413 while (bitval != NULL)
2415 if (bitval->type == field && bitval->field != NULL
2416 && bitval->field != suffix
2418 && strcmp (bitval
[all...]

Completed in 82 milliseconds