Home
last modified time | relevance | path

Searched refs:return_id (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-evax.c284 char *return_id; in evax_shorten_name() local
303 return_id = xmalloc (strlen (new_id) + 1); in evax_shorten_name()
304 strcpy (return_id, new_id); in evax_shorten_name()
306 return return_id; in evax_shorten_name()