HomeSort by: relevance | last modified time | path
    Searched defs:type_vector (Results 1 - 4 of 4) sorted by relevancy

  /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. */
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.old/dist/gdb/
coffread.c 144 static struct type **type_vector; variable in typeref:struct:type
146 /* Number of elements allocated for type_vector currently. */
331 type_vector = (struct type **)
332 xrealloc ((char *) type_vector,
334 memset (&type_vector[old_vector_length], 0,
337 return &type_vector[index];
805 if (type_vector) /* Get rid of previous one. */
806 xfree (type_vector);
808 type_vector = XCNEWVEC (struct type *, type_vector_length);
stabsread.c 221 static struct type **type_vector; variable in typeref:struct:type
223 /* Number of elements allocated for type_vector currently. */
285 type_vector = XNEWVEC (struct type *, type_vector_length);
291 type_vector = (struct type **)
292 xrealloc ((char *) type_vector,
294 memset (&type_vector[old_len], 0,
297 return (&type_vector[index]);
4655 type_vector = (struct type **) 0;
4667 if (type_vector)
4669 xfree (type_vector);
    [all...]

Completed in 34 milliseconds