Lines Matching refs:lineno_counts
1209 unsigned int *lineno_counts; in xcoff_link_add_symbols() local
1280 lineno_counts = bfd_zalloc (abfd, amt); in xcoff_link_add_symbols()
1281 if (lineno_counts == NULL && symcount != 0) in xcoff_link_add_symbols()
1283 xcoff_data (abfd)->lineno_counts = lineno_counts; in xcoff_link_add_symbols()
1376 lineno_counts += sym.n_numaux + 1; in xcoff_link_add_symbols()
1447 *lineno_counts = (linp - linpstart) / linesz; in xcoff_link_add_symbols()
2065 lineno_counts += sym.n_numaux + 1; in xcoff_link_add_symbols()
3824 unsigned int *lineno_counts; in bfd_xcoff_size_dynamic_sections() local
3868 lineno_counts = xcoff_data (sub)->lineno_counts; in bfd_xcoff_size_dynamic_sections()
3930 if (*lineno_counts > 0) in bfd_xcoff_size_dynamic_sections()
3931 csect->output_section->lineno_count += *lineno_counts; in bfd_xcoff_size_dynamic_sections()
3937 lineno_counts += sym.n_numaux + 1; in bfd_xcoff_size_dynamic_sections()
4113 unsigned int *lineno_counts; in xcoff_link_input_bfd() local
4327 lineno_counts = xcoff_data (input_bfd)->lineno_counts; in xcoff_link_input_bfd()
4593 if (*lineno_counts == 0) in xcoff_link_input_bfd()
4633 linpend = linp + *lineno_counts * linesz; in xcoff_link_input_bfd()
4647 amt = linesz * *lineno_counts; in xcoff_link_input_bfd()
4652 o->output_section->lineno_count += *lineno_counts; in xcoff_link_input_bfd()
4674 range_end = range_start + *lineno_counts * linesz; in xcoff_link_input_bfd()
4716 lineno_counts += add; in xcoff_link_input_bfd()