Home | History | Annotate | Download | only in emultempl

Lines Matching full:xmalloc

184   alc = (char *) xmalloc (strlen (search->name) + strlen (found) + 2);
196 alc = (char *) xmalloc (strlen (inp->filename) + 1);
208 xmalloc (sizeof (lang_input_statement_type)));
253 alc = (char *) xmalloc (len + 1);
319 full_path = xmalloc (dirnamelen + 1 + strlen (entry->d_name) + 1);
340 found = (char *) xmalloc (strlen (entry->d_name) + 1);
521 dircopy = (char *) xmalloc (s - path + 1);
556 alc = (char *) xmalloc (strlen (dir) + strlen (file) + 2);
750 sneed->contents = (bfd_byte *) xmalloc (need_size);
786 srules->contents = (bfd_byte *) xmalloc (size);