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

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c1903 static int tot_insn_list_len = 0;
1949 if ((needed_bytes + insn_list_len) > tot_insn_list_len)
1951 tot_insn_list_len += 256;
1952 insn_list = (unsigned char *) xrealloc (insn_list, tot_insn_list_len);
1892 static int tot_insn_list_len = 0; variable

Completed in 157 milliseconds