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

/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dia64-gen.c211 static int rdepstotlen = 0;
330 if (rdepslen == rdepstotlen)
332 rdepstotlen += 20;
334 xrealloc (rdeps, sizeof(struct rdep **) * rdepstotlen);
210 static int rdepstotlen = 0; variable

Completed in 50 milliseconds