Home
last modified time | relevance | path

Searched refs:xcmalloc (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.h255 void * xcmalloc (size_t, size_t);
Ddwarf.c4920 array = (unsigned int *) xcmalloc (num_loc_list, sizeof (unsigned int)); in display_debug_loc()
6049 fc->col_type = (short int *) xcmalloc (fc->ncols, sizeof (short int)); in display_debug_frames()
6050 fc->col_offset = (int *) xcmalloc (fc->ncols, sizeof (int)); in display_debug_frames()
6470 rs->col_type = (short int *) xcmalloc (rs->ncols, in display_debug_frames()
6472 rs->col_offset = (int *) xcmalloc (rs->ncols, sizeof (* rs->col_offset)); in display_debug_frames()
6859 shndx_pool = (unsigned int *) xcmalloc (shndx_pool_size, in prealloc_cu_tu_list()
7051 tu_sets = xcmalloc (nused, sizeof (struct cu_tu_set)); in process_cu_tu_index()
7057 cu_sets = xcmalloc (nused, sizeof (struct cu_tu_set)); in process_cu_tu_index()
7230 xcmalloc (size_t nmemb, size_t size) in xcmalloc() function
DChangeLog-2005568 * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions.
585 cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
Dreadelf.c6389 xcmalloc (size / (3 * eh_addr_size), sizeof (aux->table[0])); in slurp_ia64_unwind_table()
6779 xcmalloc (nentries, sizeof (aux->table[0])); in slurp_hppa_unwind_table()