Home
last modified time | relevance | path

Searched refs:operand_error_record (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-aarch64.c5179 struct operand_error_record struct
5183 struct operand_error_record *next; argument
5186 typedef struct operand_error_record operand_error_record; typedef
5190 operand_error_record *head;
5191 operand_error_record *tail;
5206 static operand_error_record *free_opnd_error_record_nodes = NULL;
5231 operand_error_record *record = operand_error_report.head; in opcode_has_operand_error_p()
5241 add_operand_error_record (const operand_error_record* new_record) in add_operand_error_record()
5244 operand_error_record* record = operand_error_report.head; in add_operand_error_record()
5253 record = XNEW (operand_error_record); in add_operand_error_record()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-aarch64.c5106 struct operand_error_record struct
5110 struct operand_error_record *next; argument
5113 typedef struct operand_error_record operand_error_record; typedef
5117 operand_error_record *head;
5118 operand_error_record *tail;
5133 static operand_error_record *free_opnd_error_record_nodes = NULL;
5158 operand_error_record *record = operand_error_report.head; in opcode_has_operand_error_p()
5168 add_operand_error_record (const operand_error_record* new_record) in add_operand_error_record()
5171 operand_error_record* record = operand_error_report.head; in add_operand_error_record()
5180 record = XNEW (operand_error_record); in add_operand_error_record()
[all …]