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

/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-common.c89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count);
348 obj->children = XRESIZEVEC (long, obj->children, obj->count);
524 obj->status = XRESIZEVEC (int, obj->status, obj->count);
526 obj->time = XRESIZEVEC (struct pex_time, obj->time, obj->count);
H A Dpex-djgpp.c268 statuses = XRESIZEVEC (int, statuses, obj->count + 1);
H A Ddyn-string.c162 ds->s = XRESIZEVEC (char, ds->s, ds->allocated);
H A Dcplus-dem.c4100 = XRESIZEVEC (char *, work->typevec, work->typevec_size);
4127 = XRESIZEVEC (char *, work->ktypevec, work->ksize);
4156 = XRESIZEVEC (char *, work->btypevec, work->bsize);
4601 s->b = XRESIZEVEC (char, s->b, n);
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dlibiberty.h327 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro

Completed in 110 milliseconds