HomeSort by: relevance | last modified time | path
    Searched defs:op_struct (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
s390-mkopc.c 58 struct op_struct struct
72 struct op_struct *op_array;
80 op_array = malloc (max_ops * sizeof (struct op_struct));
84 /* `insertOpcode': insert an op_struct into sorted opcode array. */
98 op_array = realloc (op_array, max_ops * sizeof (struct op_struct));
  /src/external/gpl3/binutils.old/dist/opcodes/
s390-mkopc.c 58 struct op_struct struct
72 struct op_struct *op_array;
80 op_array = malloc (max_ops * sizeof (struct op_struct));
84 /* `insertOpcode': insert an op_struct into sorted opcode array. */
98 op_array = realloc (op_array, max_ops * sizeof (struct op_struct));
  /src/external/gpl3/gdb.old/dist/opcodes/
s390-mkopc.c 58 struct op_struct struct
72 struct op_struct *op_array;
80 op_array = malloc (max_ops * sizeof (struct op_struct));
84 /* `insertOpcode': insert an op_struct into sorted opcode array. */
98 op_array = realloc (op_array, max_ops * sizeof (struct op_struct));
  /src/external/gpl3/gdb/dist/opcodes/
s390-mkopc.c 58 struct op_struct struct
72 struct op_struct *op_array;
80 op_array = malloc (max_ops * sizeof (struct op_struct));
84 /* `insertOpcode': insert an op_struct into sorted opcode array. */
98 op_array = realloc (op_array, max_ops * sizeof (struct op_struct));

Completed in 41 milliseconds