Searched refs:current_function_label (Results 1 – 5 of 5) sorted by relevance
53 static const char *current_function_label; variable607 if (current_function_label) in stabs_generate_asm_lineno()609 buf = XNEWVEC (char, 100 + strlen (current_function_label)); in stabs_generate_asm_lineno()611 sym, current_function_label); in stabs_generate_asm_lineno()656 free ((char *) current_function_label); in stabs_generate_asm_func()657 current_function_label = xstrdup (startlabname); in stabs_generate_asm_func()681 free ((char *) current_function_label); in stabs_generate_asm_endfunc()682 current_function_label = NULL; in stabs_generate_asm_endfunc()688 current_function_label = NULL; in stabs_begin()701 free ((char *) current_function_label); in stabs_end()
3634 (in_doc_func_p,current_function_label): New static globals.
55 static const char *current_function_label; variable629 buf = XNEWVEC (char, 100 + strlen (current_function_label)); in stabs_generate_asm_lineno()631 sym, current_function_label); in stabs_generate_asm_lineno()677 current_function_label = xstrdup (startlabname); in stabs_generate_asm_func()704 current_function_label = NULL; in stabs_generate_asm_endfunc()
70818 (in_dot_func_p): Delete, use current_function_label instead.70827 (stabs_generate_asm_func): Don't leak current_function_label.