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

  /src/external/gpl3/binutils/dist/ld/
libdep_plugin.c 93 static linerec *line_head, **line_tail = &line_head; variable
126 *line_tail = lr;
127 line_tail = &lr->next;
227 linerec *lr = (linerec *)line_tail;
277 line_tail = NULL;
302 line_tail = NULL;
  /src/external/gpl3/binutils.old/dist/ld/
libdep_plugin.c 94 static linerec *line_head, **line_tail = &line_head; variable
127 *line_tail = lr;
128 line_tail = &lr->next;
228 linerec *lr = (linerec *)line_tail;
278 line_tail = NULL;
303 line_tail = NULL;
  /src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc 68 static gfc_linebuf *line_head, *line_tail; variable
268 line_tail = NULL;
2715 line_tail->next = b;
2717 line_tail = b;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc 68 static gfc_linebuf *line_head, *line_tail; variable
268 line_tail = NULL;
2711 line_tail->next = b;
2713 line_tail = b;

Completed in 28 milliseconds