| /src/external/gpl3/gdb.old/dist/gdb/ |
| coffread.c | 145 static struct type **type_vector; variable in typeref:struct:type 147 /* Number of elements allocated for type_vector currently. */ 424 type_vector = (struct type **) 425 xrealloc ((char *) type_vector, 427 memset (&type_vector[old_vector_length], 0, 430 return &type_vector[index]; 899 if (type_vector) /* Get rid of previous one. */ 900 xfree (type_vector); 902 type_vector = XCNEWVEC (struct type *, type_vector_length);
|
| stabsread.c | 272 static struct type **type_vector; variable in typeref:struct:type 274 /* Number of elements allocated for type_vector currently. */ 336 type_vector = XNEWVEC (struct type *, type_vector_length); 342 type_vector = (struct type **) 343 xrealloc ((char *) type_vector, 345 memset (&type_vector[old_len], 0, 348 return (&type_vector[index]); 7140 type_vector = (struct type **) 0; 7152 if (type_vector) 7154 xfree (type_vector); [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| coffread.c | 145 static struct type **type_vector; variable in typeref:struct:type 147 /* Number of elements allocated for type_vector currently. */ 425 type_vector = (struct type **) 426 xrealloc ((char *) type_vector, 428 memset (&type_vector[old_vector_length], 0, 431 return &type_vector[index]; 900 if (type_vector) /* Get rid of previous one. */ 901 xfree (type_vector); 903 type_vector = XCNEWVEC (struct type *, type_vector_length);
|
| stabsread.c | 272 static struct type **type_vector; variable in typeref:struct:type 274 /* Number of elements allocated for type_vector currently. */ 336 type_vector = XNEWVEC (struct type *, type_vector_length); 342 type_vector = (struct type **) 343 xrealloc ((char *) type_vector, 345 memset (&type_vector[old_len], 0, 348 return (&type_vector[index]); 7143 type_vector = (struct type **) 0; 7155 if (type_vector) 7157 xfree (type_vector); [all...] |