Searched refs:xcrealloc (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | dwarf.h | 226 extern void * xcrealloc (void *, size_t, size_t);
|
D | dwarf.c | 1926 xcrealloc (debug_info_p->loc_offsets, in read_and_display_attr_value() 1929 xcrealloc (debug_info_p->have_frame_base, in read_and_display_attr_value() 1967 xcrealloc (debug_info_p->range_lists, in read_and_display_attr_value() 5745 fc->col_type = (short int *) xcrealloc (fc->col_type, fc->ncols, in frame_need_space() 5747 fc->col_offset = (int *) xcrealloc (fc->col_offset, fc->ncols, sizeof (int)); in frame_need_space() 7355 shndx_pool = (unsigned int *) xcrealloc (shndx_pool, shndx_pool_size, in prealloc_cu_tu_list() 7819 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
|
D | ChangeLog-2015 | 809 (xcrealloc): Likewise.
|