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

  /src/external/gpl3/gdb.old/dist/gdb/
mdebugread.c 2775 char *stabstring = debug_info->ss + fh->issBase + sh.iss;
2776 /* If we need to heap-allocate STABSTRING, this owns
2779 int len = strlen (stabstring);
2781 while (stabstring[len - 1] == '\\')
2784 char *stabstring1 = stabstring;
2791 /* Read next stabstring. */
2807 stabstring = stabstring_storage.get ();
2813 stabstring = stabstring_storage.get ();
2814 strcpy (stabstring, stabstring1);
2816 strcpy (stabstring + len, stabstring2)
2767 char *stabstring = debug_info->ss + fh->issBase + sh.iss; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mdebugread.c 2778 char *stabstring = debug_info->ss + fh->issBase + sh.iss;
2779 /* If we need to heap-allocate STABSTRING, this owns
2782 int len = strlen (stabstring);
2784 while (stabstring[len - 1] == '\\')
2787 char *stabstring1 = stabstring;
2794 /* Read next stabstring. */
2810 stabstring = stabstring_storage.get ();
2816 stabstring = stabstring_storage.get ();
2817 strcpy (stabstring, stabstring1);
2819 strcpy (stabstring + len, stabstring2)
2770 char *stabstring = debug_info->ss + fh->issBase + sh.iss; local
    [all...]

Completed in 53 milliseconds