HomeSort by: relevance | last modified time | path
    Searched defs:current_function_label (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
stabs.c 53 static const char *current_function_label; variable
586 if (current_function_label)
588 buf = XNEWVEC (char, 100 + strlen (current_function_label));
590 sym, current_function_label);
633 free ((char *) current_function_label);
634 current_function_label = xstrdup (startlabname);
656 free ((char *) current_function_label);
657 current_function_label = NULL;
663 current_function_label = NULL;
676 free ((char *) current_function_label);
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
stabs.c 53 static const char *current_function_label; variable
607 if (current_function_label)
609 buf = XNEWVEC (char, 100 + strlen (current_function_label));
611 sym, current_function_label);
654 free ((char *) current_function_label);
655 current_function_label = xstrdup (startlabname);
677 free ((char *) current_function_label);
678 current_function_label = NULL;
684 current_function_label = NULL;
697 free ((char *) current_function_label);
    [all...]

Completed in 22 milliseconds