Lines Matching refs:lineno_count
1957 real_sec->lineno_count = hdr->s_vaddr; in coff_set_alignment_hook()
3223 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff) in coff_compute_section_file_positions()
3640 if (current->lineno_count) in coff_write_object_contents()
3644 lineno_base += current->lineno_count * bfd_coff_linesz (abfd); in coff_write_object_contents()
3783 section.s_nlnno = current->lineno_count; in coff_write_object_contents()
3789 if (current->lineno_count != 0) in coff_write_object_contents()
3800 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff) in coff_write_object_contents()
3952 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff) in coff_write_object_contents()
3961 scnhdr.s_vaddr = current->lineno_count; in coff_write_object_contents()
4532 amt = ((bfd_size_type) asect->lineno_count + 1) * sizeof (alent); in coff_slurp_line_table()
4537 amt = (bfd_size_type) bfd_coff_linesz (abfd) * asect->lineno_count; in coff_slurp_line_table()
4553 for (counter = 0; counter < asect->lineno_count; counter++, src++) in coff_slurp_line_table()
4628 asect->lineno_count = cache_ptr - lineno_cache; in coff_slurp_line_table()
4646 for (i = 0; i < asect->lineno_count; i++) in coff_slurp_line_table()
4656 amt = (bfd_size_type) asect->lineno_count * sizeof (alent); in coff_slurp_line_table()
4930 + sec->lineno_count * bfd_coff_linesz (abfd)) in coff_slurp_symbol_table()