Home
last modified time | relevance | path

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

/trueos/contrib/binutils/binutils/
HDdwarf.h116 void *xcrealloc (void *, size_t, size_t);
HDdwarf.c1151 = xcrealloc (debug_info_p->loc_offsets, in read_and_display_attr_value()
1154 = xcrealloc (debug_info_p->have_frame_base, in read_and_display_attr_value()
1180 = xcrealloc (debug_info_p->range_lists, in read_and_display_attr_value()
2845 fc->col_type = xcrealloc (fc->col_type, fc->ncols, sizeof (short int)); in frame_need_space()
2846 fc->col_offset = xcrealloc (fc->col_offset, fc->ncols, sizeof (int)); in frame_need_space()
3709 xcrealloc (void *ptr, size_t nmemb, size_t size) in xcrealloc() function