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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.h115 void *xcmalloc (size_t, size_t);
H A Ddwarf.c3163 fc->col_type = xcmalloc (fc->ncols, sizeof (short int));
3164 fc->col_offset = xcmalloc (fc->ncols, sizeof (int));
3490 rs->col_type = xcmalloc (rs->ncols, sizeof (short int));
3491 rs->col_offset = xcmalloc (rs->ncols, sizeof (int));
3699 xcmalloc (size_t nmemb, size_t size) function
H A Dreadelf.c4970 aux->table = xcmalloc (size / (3 * eh_addr_size), sizeof (aux->table[0]));
5356 tep = aux->table = xcmalloc (nentries, sizeof (aux->table[0]));

Completed in 90 milliseconds