Home | History | Annotate | Download | only in libcpu

Lines Matching refs:xmalloc

48 #define obstack_chunk_alloc xmalloc
266 struct synonym *newp = xmalloc (sizeof (*newp));
342 struct suffix *ns = xmalloc (sizeof (*ns));
419 $$ = xmalloc (sizeof (struct bitvalue));
426 $$ = xmalloc (sizeof (struct bitvalue));
433 $$ = xmalloc (sizeof (struct bitvalue));
464 runp->next = xmalloc (sizeof (struct argument));
471 $$ = xmalloc (sizeof (struct argument));
490 $$ = xmalloc (sizeof (struct argname));
522 $$ = xmalloc (sizeof (struct argname));
525 $$->str = xmalloc (2);
531 $$ = xmalloc (sizeof (struct argname));
538 $$ = xmalloc (sizeof (struct argname));
541 $$->str = xmalloc (2);
570 struct known_bitfield *newp = xmalloc (sizeof (struct known_bitfield));
915 struct argstring *newp = xmalloc (sizeof (*newp));
928 struct argstring *newp = xmalloc (sizeof (*newp));
1453 mnemonic_strs = xmalloc (nmnemonics * sizeof (char *));