Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Ds390-mkopc.c41 int max_ops; variable
47 max_ops = 256; in createTable()
48 op_array = malloc (max_ops * sizeof (struct op_struct)); in createTable()
63 while (no_ops >= max_ops) in insertOpcode()
65 max_ops = max_ops * 2; in insertOpcode()
66 op_array = realloc (op_array, max_ops * sizeof (struct op_struct)); in insertOpcode()