Searched refs:type_vector_length (Results 1 – 4 of 4) sorted by relevance
148 static int type_vector_length; variable323 if (index >= type_vector_length) in coff_lookup_type()325 int old_vector_length = type_vector_length; in coff_lookup_type()327 type_vector_length *= 2; in coff_lookup_type()328 if (index /* is still */ >= type_vector_length) in coff_lookup_type()329 type_vector_length = index * 2; in coff_lookup_type()333 type_vector_length * sizeof (struct type *)); in coff_lookup_type()335 (type_vector_length - old_vector_length) * sizeof (struct type *)); in coff_lookup_type()803 type_vector_length = INITIAL_TYPE_VECTOR_LENGTH; in coff_symtab_read()804 type_vector = XCNEWVEC (struct type *, type_vector_length); in coff_symtab_read()
225 static int type_vector_length; variable278 if (index >= type_vector_length) in dbx_lookup_type()280 old_len = type_vector_length; in dbx_lookup_type()283 type_vector_length = INITIAL_TYPE_VECTOR_LENGTH; in dbx_lookup_type()284 type_vector = XNEWVEC (struct type *, type_vector_length); in dbx_lookup_type()286 while (index >= type_vector_length) in dbx_lookup_type()288 type_vector_length *= 2; in dbx_lookup_type()292 (type_vector_length * sizeof (struct type *))); in dbx_lookup_type()294 (type_vector_length - old_len) * sizeof (struct type *)); in dbx_lookup_type()4646 type_vector_length = 0; in start_stabs()[all …]
4612 * coffread.c (type_vector,type_vector_length): Moved here from4619 * stabsread.c (type_vector,type_vector_length): Moved here from
5347 type_vector, and type_vector_length as these are now