Searched refs:xcmalloc (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | dwarf.h | 225 extern void * xcmalloc (size_t, size_t);
|
D | dwarf.c | 5129 array = (unsigned int *) xcmalloc (num_loc_list, sizeof (unsigned int)); in display_debug_loc() 6409 fc->col_type = (short int *) xcmalloc (fc->ncols, sizeof (short int)); in display_debug_frames() 6410 fc->col_offset = (int *) xcmalloc (fc->ncols, sizeof (int)); in display_debug_frames() 6860 rs->col_type = (short int *) xcmalloc (rs->ncols, in display_debug_frames() 6862 rs->col_offset = (int *) xcmalloc (rs->ncols, sizeof (* rs->col_offset)); in display_debug_frames() 7349 shndx_pool = (unsigned int *) xcmalloc (shndx_pool_size, in prealloc_cu_tu_list() 7801 xcmalloc (size_t nmemb, size_t size) in xcmalloc() 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 | 808 * dwarf.c (xcmalloc): Fail if the arguments are too big.
|
D | readelf.c | 7119 xcmalloc (aux->table_len, sizeof (aux->table[0])); in slurp_ia64_unwind_table() 7539 xcmalloc (nentries, sizeof (aux->table[0])); in slurp_hppa_unwind_table()
|