Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gas/
H A Dstabs.c56 static const char *current_function_label; variable
632 buf = XNEWVEC (char, 100 + strlen (current_function_label)); in stabs_generate_asm_lineno()
634 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()
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dstabs.c55 static const char *current_function_label; variable
631 buf = XNEWVEC (char, 100 + strlen (current_function_label)); in stabs_generate_asm_lineno()
633 sym, current_function_label); in stabs_generate_asm_lineno()
679 current_function_label = xstrdup (startlabname); in stabs_generate_asm_func()
706 current_function_label = NULL; in stabs_generate_asm_endfunc()