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

  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 756 static int symbuf_idx;
808 symbuf_idx = 0;
840 symbuf_end = symbuf_idx = 0;
854 bufp = &symbuf[symbuf_idx++];
885 if (symbuf_idx == symbuf_end)
887 bufp = &symbuf[symbuf_idx];
898 if (symbuf_idx == symbuf_end)
900 bufp = &symbuf[symbuf_idx++];
1001 /* Invariant: The symbol pointed to by symbuf_idx is the first one
1003 that symbuf_idx is incremented. *
753 static int symbuf_idx; variable
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 756 static int symbuf_idx;
808 symbuf_idx = 0;
840 symbuf_end = symbuf_idx = 0;
854 bufp = &symbuf[symbuf_idx++];
885 if (symbuf_idx == symbuf_end)
887 bufp = &symbuf[symbuf_idx];
898 if (symbuf_idx == symbuf_end)
900 bufp = &symbuf[symbuf_idx++];
1001 /* Invariant: The symbol pointed to by symbuf_idx is the first one
1003 that symbuf_idx is incremented. *
753 static int symbuf_idx; variable
    [all...]

Completed in 18 milliseconds