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

  /src/external/gpl3/binutils/dist/gas/
codeview.c 57 struct line_file *files_head, *files_tail; member in struct:line_block
70 static struct source_file *files_head = NULL, *files_tail = NULL; variable in typeref:struct:source_file
125 for (struct source_file *sf = files_head; sf; sf = sf->next)
147 for (struct source_file *sf = files_head; sf; sf = sf->next)
176 for (struct source_file *sf = files_head; sf; sf = sf->next)
213 for (lf = lb->files_head; lf; lf = lf->next)
233 off = lb->files_head->lines_head->frag_offset;
239 while (lb->files_head)
243 lf = lb->files_head;
275 lb->files_head = lf->next
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
codeview.c 57 struct line_file *files_head, *files_tail; member in struct:line_block
70 static struct source_file *files_head = NULL, *files_tail = NULL; variable in typeref:struct:source_file
125 for (struct source_file *sf = files_head; sf; sf = sf->next)
147 for (struct source_file *sf = files_head; sf; sf = sf->next)
176 for (struct source_file *sf = files_head; sf; sf = sf->next)
213 for (lf = lb->files_head; lf; lf = lf->next)
233 off = lb->files_head->lines_head->frag_offset;
239 while (lb->files_head)
243 lf = lb->files_head;
275 lb->files_head = lf->next
    [all...]

Completed in 23 milliseconds