Home | History | Annotate | Download | only in config

Lines Matching full:xmalloc

1205   new = xmalloc (sizeof (reg_entry));
1584 pool = xmalloc (sizeof (*pool));
1661 pool->literals[entry].bignum = xmalloc (CHARS_PER_LITTLENUM * exp->X_add_number);
3712 record = xmalloc (sizeof (operand_error_record));
5639 if ((copy = xmalloc (sizeof (struct aarch64_inst))) == NULL)
6689 reloc = xmalloc (sizeof (arelent));
6691 reloc->sym_ptr_ptr = xmalloc (sizeof (asymbol *));
6964 new_templ = (templates *) xmalloc (sizeof (templates));
6995 if ((ret = xmalloc (len + 1)) == NULL)
7252 aarch64_feature_set *ext_set = xmalloc (sizeof (aarch64_feature_set));