Lines Matching defs:line_info_table
1802 struct line_info_table struct
1804 bfd * abfd;
1805 unsigned int num_files;
1806 unsigned int num_dirs;
1807 unsigned int num_sequences;
1808 bool use_dir_and_file_0;
1809 char * comp_dir;
1810 char ** dirs;
1811 struct fileinfo* files;
1812 struct line_sequence* sequences;
1813 struct line_info* lcl_head; /* Local head; used in 'add_line_info'. */