Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff.c1088 char *alt_name; in weak_name2altname() local
1090 alt_name = xmalloc (sizeof (weak_altprefix) + strlen (name)); in weak_name2altname()
1091 strcpy (alt_name, weak_altprefix); in weak_name2altname()
1092 return strcat (alt_name, name); in weak_name2altname()