Searched refs:xmmalloc (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | elfread.c | 353 xmmalloc (objfile->md, size); in elf_symtab_read() 477 xmmalloc (objfile->md, sizeof (struct dbx_symfile_info)); in elf_symfile_read()
|
| HD | utils.c | 1051 xmmalloc (void *md, size_t size) in xmmalloc() function 1128 return xmmalloc (NULL, size); in xmalloc() 1228 char *p = (char *) xmmalloc (md, size + 1); in msavestring()
|
| HD | defs.h | 866 extern void *xmmalloc (void *md, size_t size);
|
| HD | coffread.c | 447 xmmalloc (objfile->md, sizeof (struct dbx_symfile_info)); in coff_symfile_init() 453 objfile->sym_private = xmmalloc (objfile->md, in coff_symfile_init()
|
| HD | symmisc.c | 1235 xmmalloc (objfile->md, new_size * sizeof (struct partial_symbol *)); in extend_psymbol_list()
|
| HD | source.c | 915 line_charpos = (int *) xmmalloc (s->objfile->md, in find_source_lines()
|
| HD | dbxread.c | 628 xmmalloc (objfile->md, sizeof (struct dbx_symfile_info)); in dbx_symfile_init() 895 xmmalloc (objfile->md, bincls_allocated * sizeof (struct header_file_location)); in init_bincl_list()
|
| HD | symfile.c | 2710 xmmalloc (objfile->md, (objfile->global_psymbols.size in init_psymbol_list() 2717 xmmalloc (objfile->md, (objfile->static_psymbols.size in init_psymbol_list()
|
| HD | xcoffread.c | 1841 objfile->sym_private = xmmalloc (objfile->md, in xcoff_symfile_init()
|
| HD | hpread.c | 1673 xmmalloc (objfile->md, sizeof (struct hpread_symfile_info)); in hpread_symfile_init() 3029 xmmalloc (objfile->md, DNTT_TYPE_VECTOR_LENGTH (objfile) * sizeof (struct type *)); in hpread_lookup_type()
|