Lines Matching refs:xmalloc
47 #define obstack_chunk_alloc xmalloc
265 struct synonym *newp = xmalloc (sizeof (*newp));
341 struct suffix *ns = xmalloc (sizeof (*ns));
418 $$ = xmalloc (sizeof (struct bitvalue));
425 $$ = xmalloc (sizeof (struct bitvalue));
432 $$ = xmalloc (sizeof (struct bitvalue));
463 runp->next = xmalloc (sizeof (struct argument));
470 $$ = xmalloc (sizeof (struct argument));
489 $$ = xmalloc (sizeof (struct argname));
521 $$ = xmalloc (sizeof (struct argname));
524 $$->str = xmalloc (2);
530 $$ = xmalloc (sizeof (struct argname));
537 $$ = xmalloc (sizeof (struct argname));
540 $$->str = xmalloc (2);
569 struct known_bitfield *newp = xmalloc (sizeof (struct known_bitfield)); in new_bitfield()
914 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers()
927 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers()
1436 mnemonic_strs = xmalloc (nmnemonics * sizeof (char *));