Home
last modified time | relevance | path

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

/freebsd-12.1/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)); in display_debug_frames()
3164 fc->col_offset = xcmalloc (fc->ncols, sizeof (int)); in display_debug_frames()
3490 rs->col_type = xcmalloc (rs->ncols, sizeof (short int)); in display_debug_frames()
3491 rs->col_offset = xcmalloc (rs->ncols, sizeof (int)); in display_debug_frames()
3699 xcmalloc (size_t nmemb, size_t size) in xcmalloc() function
H A Dreadelf.c4967 aux->table = xcmalloc (size / (3 * eh_addr_size), sizeof (aux->table[0])); in slurp_ia64_unwind_table()
5353 tep = aux->table = xcmalloc (nentries, sizeof (aux->table[0])); in slurp_hppa_unwind_table()