Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.h225 extern void * xcmalloc (size_t, size_t);
Ddwarf.c5129 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
DChangeLog-2005568 * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions.
585 cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
DChangeLog-2015808 * dwarf.c (xcmalloc): Fail if the arguments are too big.
Dreadelf.c7119 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()