Lines Matching full:xmalloc
732 tmp = xmalloc (strlen (str) + 1);
735 tmp = xmalloc (strlen (name) + 1);
973 name = xmalloc (input_line_pointer - section_name + 1);
1079 name = xmalloc (input_line_pointer - section_name + 1);
1247 names = (char *) xmalloc (sizeof (char) * 8192);
1250 xmalloc (sizeof (tic4x_inst_t) * 1024);
3016 reloc = (arelent *) xmalloc (sizeof (arelent));
3018 reloc->sym_ptr_ptr = (asymbol **) xmalloc (sizeof (asymbol *));