Searched refs:type_vector (Results 1 – 3 of 3) sorted by relevance
324 type_vector = (struct type **) in coff_lookup_type()325 xrealloc ((char *) type_vector, in coff_lookup_type()327 memset (&type_vector[old_vector_length], 0, in coff_lookup_type()330 return &type_vector[index]; in coff_lookup_type()728 if (type_vector) /* Get rid of previous one */ in coff_symtab_read()729 xfree (type_vector); in coff_symtab_read()731 type_vector = (struct type **) in coff_symtab_read()733 memset (type_vector, 0, type_vector_length * sizeof (struct type *)); in coff_symtab_read()
216 EXTERN struct type **type_vector; variable
260 type_vector = (struct type **) in dbx_lookup_type()267 type_vector = (struct type **) in dbx_lookup_type()268 xrealloc ((char *) type_vector, in dbx_lookup_type()270 memset (&type_vector[old_len], 0, in dbx_lookup_type()273 return (&type_vector[index]); in dbx_lookup_type()4390 type_vector = (struct type **) 0; in start_stabs()4401 if (type_vector) in end_stabs()4403 xfree (type_vector); in end_stabs()4405 type_vector = 0; in end_stabs()