Searched refs:xcrealloc (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | dwarf.h | 256 void * xcrealloc (void *, size_t, size_t);
|
D | dwarf.c | 1851 xcrealloc (debug_info_p->loc_offsets, in read_and_display_attr_value() 1854 xcrealloc (debug_info_p->have_frame_base, in read_and_display_attr_value() 1892 xcrealloc (debug_info_p->range_lists, in read_and_display_attr_value() 5502 fc->col_type = (short int *) xcrealloc (fc->col_type, fc->ncols, in frame_need_space() 5504 fc->col_offset = (int *) xcrealloc (fc->col_offset, fc->ncols, sizeof (int)); in frame_need_space() 6865 shndx_pool = (unsigned int *) xcrealloc (shndx_pool, shndx_pool_size, in prealloc_cu_tu_list() 7240 xcrealloc (void *ptr, size_t nmemb, size_t size) in xcrealloc() function
|
D | ChangeLog-2005 | 568 * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions. 585 cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
|