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

/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-ops.c71 * struct itbl_field *field = {
74 * struct itbl_field *next = {
77 * struct itbl_field *next = 0
121 struct itbl_field { struct
125 struct itbl_field *next; /* next field in list */
140 struct itbl_field *fields; /* list of operand definitions (if any) */
164 static struct itbl_field *alloc_field (e_type type, int sbit,
225 struct itbl_field *
229 struct itbl_field *f, **last_f;
390 struct itbl_field *
[all...]
H A Ditbl-ops.h99 struct itbl_field *itbl_add_operand (struct itbl_entry * e, int yytype,

Completed in 57 milliseconds