Searched refs:xcrealloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.h116 void *xcrealloc (void *, size_t, size_t);
H A Ddwarf.c1151 = xcrealloc (debug_info_p->loc_offsets,
1154 = xcrealloc (debug_info_p->have_frame_base,
1180 = xcrealloc (debug_info_p->range_lists,
2845 fc->col_type = xcrealloc (fc->col_type, fc->ncols, sizeof (short int));
2846 fc->col_offset = xcrealloc (fc->col_offset, fc->ncols, sizeof (int));
3709 xcrealloc (void *ptr, size_t nmemb, size_t size) function

Completed in 25 milliseconds