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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcofflink.c696 o->lineno_count = 0;
713 o->lineno_count += sec->lineno_count;
722 if (sec->lineno_count > max_lineno_count)
723 max_lineno_count = sec->lineno_count;
787 if (o->lineno_count == 0)
792 line_filepos += o->lineno_count * linesz;
828 o->lineno_count = 0;
2140 if (o->lineno_count == 0
2145 || bfd_bread (finfo->linenos, linesz * o->lineno_count,
[all...]
H A Dcoff-ppc.c2313 o->lineno_count = 0;
2331 o->lineno_count += sec->lineno_count;
2340 if (sec->lineno_count > max_lineno_count)
2341 max_lineno_count = sec->lineno_count;
2390 if (o->lineno_count == 0)
2395 line_filepos += o->lineno_count * linesz;
2433 o->lineno_count = 0;
H A Dxcofflink.c1139 && o->lineno_count > 0)
1144 amt = linesz * o->lineno_count;
1255 if (linoff < (bfd_signed_vma) (enclosing->lineno_count * linesz))
1272 + enclosing->lineno_count * linesz);
1282 csect->lineno_count += (linp - linpstart) / linesz;
1546 xcoff_section_data (abfd, csect)->lineno_count =
1547 enclosing->lineno_count;
1943 o->lineno_count = 0;
2519 o->lineno_count = 0;
3600 o->lineno_count
[all...]
H A Dcoffgen.c143 return_section->lineno_count = hdr->s_nlnno;
157 return_section->lineno_count = 0;
521 /* Set lineno_count for the output sections of a COFF file. */
536 lineno_count in the sections is correct. */
538 total += s->lineno_count;
543 BFD_ASSERT (s->lineno_count == 0);
569 sec->lineno_count ++;
1366 if (s->lineno_count)
1460 csym[1].u.auxent.x_scn.x_nlinno = sec->lineno_count;
2341 for (; i < section->lineno_count;
[all...]
H A Dcoffcode.h1767 real_sec->lineno_count = hdr->s_vaddr;
3077 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff)
3561 if (current->lineno_count)
3565 lineno_base += current->lineno_count * bfd_coff_linesz (abfd);
3683 section.s_nlnno = current->lineno_count;
3689 if (current->lineno_count != 0)
3698 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff)
3848 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff)
3857 scnhdr.s_vaddr = current->lineno_count;
4445 amt = (bfd_size_type) bfd_coff_linesz (abfd) * asect->lineno_count;
[all...]
H A Dlibcoff-in.h217 /* The lineno_count field for the enclosing section, because we are
219 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.h221 /* The lineno_count field for the enclosing section, because we are
223 unsigned int lineno_count; member in struct:xcoff_section_tdata
H A Dbfd-in2.h1373 unsigned int lineno_count;
1366 unsigned int lineno_count; member in struct:bfd_section
H A DpeXXigen.c198 sec->lineno_count = 0;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcoffread.c474 count = asect->lineno_count;
H A Dxcoffread.c1712 count = asect->lineno_count;
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h1373 unsigned int lineno_count;
1366 unsigned int lineno_count; member in struct:bfd_section
H A Dbfd.h1373 unsigned int lineno_count;
1366 unsigned int lineno_count; member in struct:bfd_section
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h1371 unsigned int lineno_count;
1364 unsigned int lineno_count; member in struct:bfd_section
H A Dbfd.h1371 unsigned int lineno_count;
1364 unsigned int lineno_count; member in struct:bfd_section

Completed in 500 milliseconds