Home
last modified time | relevance | path

Searched refs:files_head (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dcodeview.c57 struct line_file *files_head, *files_tail; member
70 static struct source_file *files_head = NULL, *files_tail = NULL; variable
125 for (struct source_file *sf = files_head; sf; sf = sf->next) in write_string_table()
147 for (struct source_file *sf = files_head; sf; sf = sf->next) in write_string_table()
176 for (struct source_file *sf = files_head; sf; sf = sf->next) in write_checksums()
213 for (lf = lb->files_head; lf; lf = lf->next) in write_lines_info()
233 off = lb->files_head->lines_head->frag_offset; in write_lines_info()
239 while (lb->files_head) in write_lines_info()
243 lf = lb->files_head; in write_lines_info()
275 lb->files_head = lf->next; in write_lines_info()
[all …]