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

/freebsd-9.3-release/contrib/binutils/opcodes/
H A Ds390-mkopc.c43 struct op_struct struct
55 struct op_struct *op_array;
63 op_array = malloc (max_ops * sizeof (struct op_struct));
67 /* `insertOpcode': insert an op_struct into sorted opcode array. */
81 op_array = realloc (op_array, max_ops * sizeof (struct op_struct));

Completed in 44 milliseconds