Home
last modified time | relevance | path

Searched refs:error_info (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dstrerror.c59 struct error_info struct
74 static const struct error_info error_table[] = argument
508 const struct error_info *eip; in init_error_tables()
DChangeLog4431 * strerror.c (error_info, strerror, main): Likewise.
8104 * strerror.c (struct error_info): Make name and msg fields const.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-aarch64.c3744 aarch64_operand_error *error_info) in record_operand_error_info() argument
3748 record.detail = *error_info; in record_operand_error_info()
5500 aarch64_operand_error error_info; in do_encode() local
5501 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()