Searched refs:error_info (Results 1 – 3 of 3) sorted by relevance
59 struct error_info struct74 static const struct error_info error_table[] = argument508 const struct error_info *eip; in init_error_tables()
4431 * strerror.c (error_info, strerror, main): Likewise.8104 * strerror.c (struct error_info): Make name and msg fields const.
3744 aarch64_operand_error *error_info) in record_operand_error_info() argument3748 record.detail = *error_info; in record_operand_error_info()5500 aarch64_operand_error error_info; in do_encode() local5501 error_info.kind = AARCH64_OPDE_NIL; in do_encode()5502 if (aarch64_opcode_encode (opcode, instr, code, NULL, &error_info)) in do_encode()5506 gas_assert (error_info.kind != AARCH64_OPDE_NIL); in do_encode()5507 record_operand_error_info (opcode, &error_info); in do_encode()