Searched refs:current_function_label (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/binutils/gas/
H A Dstabs.c56 static const char *current_function_label; variable
632 buf = (char *) alloca (100 + strlen (current_function_label));
634 sym, current_function_label);
676 current_function_label = xstrdup (startlabname);
702 current_function_label = NULL;

Completed in 108 milliseconds