Searched refs:lineno_count (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcofflink.c698 o->lineno_count = 0;
715 o->lineno_count += sec->lineno_count;
724 if (sec->lineno_count > max_lineno_count)
725 max_lineno_count = sec->lineno_count;
789 if (o->lineno_count == 0)
794 line_filepos += o->lineno_count * linesz;
830 o->lineno_count = 0;
2137 if (o->lineno_count == 0
2142 || bfd_bread (finfo->linenos, linesz * o->lineno_count,
[all...]
H A Dcoff-ppc.c2136 o->lineno_count = 0;
2154 o->lineno_count += sec->lineno_count;
2163 if (sec->lineno_count > max_lineno_count)
2164 max_lineno_count = sec->lineno_count;
2213 if (o->lineno_count == 0)
2218 line_filepos += o->lineno_count * linesz;
2256 o->lineno_count = 0;
H A Dxcofflink.c1049 && o->lineno_count > 0)
1053 amt = linesz * o->lineno_count;
1161 if (linoff < (bfd_signed_vma) (enclosing->lineno_count * linesz))
1178 + enclosing->lineno_count * linesz);
1188 csect->lineno_count += (linp - linpstart) / linesz;
1446 xcoff_section_data (abfd, csect)->lineno_count =
1447 enclosing->lineno_count;
1829 o->lineno_count = 0;
2405 o->lineno_count = 0;
4083 enc_count = xcoff_section_data (abfd, o)->lineno_count;
[all...]
H A Dcoffcode.h1732 real_sec->lineno_count = hdr->s_vaddr;
3028 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff)
3425 if (current->lineno_count)
3429 lineno_base += current->lineno_count * bfd_coff_linesz (abfd);
3544 section.s_nlnno = current->lineno_count;
3550 if (current->lineno_count != 0)
3559 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff)
3709 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff)
3718 scnhdr.s_vaddr = current->lineno_count;
4265 amt = (bfd_size_type) bfd_coff_linesz (abfd) * asect->lineno_count;
[all...]
H A Dcoffgen.c114 return_section->lineno_count = hdr->s_nlnno;
128 return_section->lineno_count = 0;
482 /* Set lineno_count for the output sections of a COFF file. */
496 lineno_count in the sections is correct. */
498 total += s->lineno_count;
503 BFD_ASSERT (s->lineno_count == 0);
529 sec->lineno_count ++;
1274 if (s->lineno_count)
2163 for (; i < section->lineno_count; i++)
2208 if (i >= section->lineno_count
[all...]
H A Dlibcoff-in.h214 /* The lineno_count field for the enclosing section, because we are
216 unsigned int lineno_count; member in struct:xcoff_section_tdata
H A Dcoff64-rs6000.c797 if (current->lineno_count)
801 lineno_base += current->lineno_count * bfd_coff_linesz (abfd);
866 section.s_nlnno = current->lineno_count;
869 if (current->lineno_count != 0)
H A Dlibcoff.h218 /* The lineno_count field for the enclosing section, because we are
220 unsigned int lineno_count; member in struct:xcoff_section_tdata
H A DpeXXigen.c173 sec->lineno_count = 0;
H A Dbfd-in2.h1482 unsigned int lineno_count;
1665 /* line_filepos, userdata, contents, lineno, lineno_count, */ \
1475 unsigned int lineno_count; member in struct:bfd_section
/freebsd-11-stable/contrib/binutils/ld/
H A Dldwrite.c466 thislines = sec->lineno_count;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.c268 for (l = 0; l < s->lineno_count; l++)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c482 count = asect->lineno_count;
H A Dxcoffread.c1712 count = asect->lineno_count;
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1488 unsigned int lineno_count;
1671 /* line_filepos, userdata, contents, lineno, lineno_count, */ \
1481 unsigned int lineno_count; member in struct:bfd_section

Completed in 557 milliseconds