emalloc           103 dxref.c        static void *emalloc (size_t size);
emalloc           330 dxref.c            dir_table = emalloc (sizeof (char *) * (n_dir + 2));
emalloc           367 dxref.c            file_table = emalloc (sizeof (struct file) * *n_file + 1);
emalloc           402 dxref.c            line_table = emalloc (sizeof (struct line) * *n_line);
emalloc           435 dxref.c            comp_unit = emalloc (sizeof (struct comp_unit) * n_comp_unit);
emalloc           505 dxref.c            abbrev_table = emalloc (sizeof (struct abbrev_entry) * (n + 1));