Searched refs:files_head (Results 1 – 1 of 1) sorted by relevance
57 struct line_file *files_head, *files_tail; member70 static struct source_file *files_head = NULL, *files_tail = NULL; variable125 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 …]