Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dstabs.c53 static const char *current_function_label; variable
607 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()
H A DChangeLog-98993634 (in_doc_func_p,current_function_label): New static globals.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dstabs.c55 static const char *current_function_label; variable
629 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()
H A DChangeLog-98993634 (in_doc_func_p,current_function_label): New static globals.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git70818 (in_dot_func_p): Delete, use current_function_label instead.
70827 (stabs_generate_asm_func): Don't leak current_function_label.