Searched refs:files_tail (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dcodeview.c57 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:
448 files_tail->next = sf;
450 files_tail = sf;
488 lb->files_head = lb->files_tail = NULL;
502 if (!lb->files_tail || lb->files_tail->fileno != filenr)
513 lb->files_tail->next = lf;
515 lb->files_tail = lf;
519 lf = lb->files_tail;
[all...]

Completed in 96 milliseconds