Home | History | Annotate | Download | only in bfd

Lines Matching refs:lineno_count

1958   real_sec->lineno_count = hdr->s_vaddr;
3224 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff)
3641 if (current->lineno_count)
3645 lineno_base += current->lineno_count * bfd_coff_linesz (abfd);
3784 section.s_nlnno = current->lineno_count;
3790 if (current->lineno_count != 0)
3801 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff)
3953 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff)
3962 scnhdr.s_vaddr = current->lineno_count;
4533 amt = ((bfd_size_type) asect->lineno_count + 1) * sizeof (alent);
4538 amt = (bfd_size_type) bfd_coff_linesz (abfd) * asect->lineno_count;
4554 for (counter = 0; counter < asect->lineno_count; counter++, src++)
4629 asect->lineno_count = cache_ptr - lineno_cache;
4647 for (i = 0; i < asect->lineno_count; i++)
4657 amt = (bfd_size_type) asect->lineno_count * sizeof (alent);
4931 + sec->lineno_count * bfd_coff_linesz (abfd))