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

  /src/external/gpl3/binutils/dist/ld/
libdep_plugin.c 93 static linerec *line_head, **line_tail = &line_head; variable
247 while ((lr = line_head))
249 line_head = lr->next;
292 if (line_head)
296 while ((lr = line_head))
298 line_head = lr->next;
  /src/external/gpl3/binutils.old/dist/ld/
libdep_plugin.c 94 static linerec *line_head, **line_tail = &line_head; variable
248 while ((lr = line_head))
250 line_head = lr->next;
293 if (line_head)
297 while ((lr = line_head))
299 line_head = lr->next;
  /src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc 68 static gfc_linebuf *line_head, *line_tail; variable
267 line_head = NULL;
286 while(line_head != NULL)
288 lb = line_head->next;
289 free (line_head);
290 line_head = lb;
536 if (line_head == NULL)
2712 if (line_head == NULL)
2713 line_head = b;
2785 gfc_current_locus.lb = line_head;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc 68 static gfc_linebuf *line_head, *line_tail; variable
267 line_head = NULL;
286 while(line_head != NULL)
288 lb = line_head->next;
289 free (line_head);
290 line_head = lb;
536 if (line_head == NULL)
2708 if (line_head == NULL)
2709 line_head = b;
2781 gfc_current_locus.lb = line_head;
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 44 struct line_head struct
2718 struct line_head lh;
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 44 struct line_head struct
2718 struct line_head lh;
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 44 struct line_head struct
2718 struct line_head lh;
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 44 struct line_head struct
2711 struct line_head lh;

Completed in 46 milliseconds