Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/
H A Dstabs.c56 static const char *current_function_label; variable
632 buf = (char *) alloca (100 + strlen (current_function_label)); in stabs_generate_asm_lineno()
634 sym, current_function_label); in stabs_generate_asm_lineno()
676 current_function_label = xstrdup (startlabname); in stabs_generate_asm_func()
702 current_function_label = NULL; in stabs_generate_asm_endfunc()
H A DChangeLog-98993634 (in_doc_func_p,current_function_label): New static globals.