Searched refs:xcmalloc (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Ddwarf.h118 void *xcmalloc (size_t, size_t);
H A Ddwarf.c3095 fc->col_type = xcmalloc (fc->ncols, sizeof (short int));
3096 fc->col_offset = xcmalloc (fc->ncols, sizeof (int));
3422 rs->col_type = xcmalloc (rs->ncols, sizeof (short int));
3423 rs->col_offset = xcmalloc (rs->ncols, sizeof (int));
3628 xcmalloc (size_t nmemb, size_t size) function
H A Dreadelf.c4837 aux->table = xcmalloc (size / (3 * eh_addr_size), sizeof (aux->table[0]));
5223 tep = aux->table = xcmalloc (nentries, sizeof (aux->table[0]));
/haiku-buildtools/binutils/binutils/
H A Ddwarf.h222 extern void * xcmalloc (size_t, size_t);
H A Ddwarf.c4772 array = (unsigned int *) xcmalloc (num_loc_list, sizeof (unsigned int));
6052 fc->col_type = (short int *) xcmalloc (fc->ncols, sizeof (short int));
6053 fc->col_offset = (int *) xcmalloc (fc->ncols, sizeof (int));
6516 rs->col_type = (short int *) xcmalloc (rs->ncols,
6518 rs->col_offset = (int *) xcmalloc (rs->ncols, sizeof (* rs->col_offset));
7005 shndx_pool = (unsigned int *) xcmalloc (shndx_pool_size,
7457 xcmalloc (size_t nmemb, size_t size) function
H A Dreadelf.c7240 xcmalloc (aux->table_len, sizeof (aux->table[0]));
7660 xcmalloc (nentries, sizeof (aux->table[0]));

Completed in 175 milliseconds