Searched refs:operand_error_report (Results 1 – 1 of 1) sorted by relevance
3656 operand_errors operand_error_report; variable3666 if (operand_error_report.head != NULL) in init_operand_error_report()3668 gas_assert (operand_error_report.tail != NULL); in init_operand_error_report()3669 operand_error_report.tail->next = free_opnd_error_record_nodes; in init_operand_error_report()3670 free_opnd_error_record_nodes = operand_error_report.head; in init_operand_error_report()3671 operand_error_report.head = NULL; in init_operand_error_report()3672 operand_error_report.tail = NULL; in init_operand_error_report()3675 gas_assert (operand_error_report.tail == NULL); in init_operand_error_report()3684 operand_error_record *record = operand_error_report.head; in opcode_has_operand_error_p()3697 operand_error_record* record = operand_error_report.head; in add_operand_error_record()[all …]