Lines Matching refs:xmalloc
124 #define obstack_chunk_alloc xmalloc
1648 struct synonym *newp = xmalloc (sizeof (*newp));
1721 struct suffix *ns = xmalloc (sizeof (*ns));
1817 (yyval.bit) = xmalloc (sizeof (struct bitvalue));
1828 (yyval.bit) = xmalloc (sizeof (struct bitvalue));
1839 (yyval.bit) = xmalloc (sizeof (struct bitvalue));
1878 runp->next = xmalloc (sizeof (struct argument));
1889 (yyval.arg) = xmalloc (sizeof (struct argument));
1917 (yyval.name) = xmalloc (sizeof (struct argname));
1953 (yyval.name) = xmalloc (sizeof (struct argname));
1956 (yyval.name)->str = xmalloc (2);
1966 (yyval.name) = xmalloc (sizeof (struct argname));
1977 (yyval.name) = xmalloc (sizeof (struct argname));
1980 (yyval.name)->str = xmalloc (2);
2244 struct known_bitfield *newp = xmalloc (sizeof (struct known_bitfield)); in new_bitfield()
2589 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers()
2602 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers()
3127 mnemonic_strs = xmalloc (nmnemonics * sizeof (char *));