HomeSort by relevance Sort by last modified time
    Searched refs:lineno_count (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
cofflink.c 638 o->lineno_count = 0;
655 o->lineno_count += sec->lineno_count;
664 if (sec->lineno_count > max_lineno_count)
665 max_lineno_count = sec->lineno_count;
729 if (o->lineno_count == 0)
734 line_filepos += o->lineno_count * linesz;
772 o->lineno_count = 0;
    [all...]
coff-ppc.c     [all...]
coffcode.h     [all...]
xcofflink.c     [all...]
coffgen.c 124 return_section->lineno_count = hdr->s_nlnno;
138 return_section->lineno_count = 0;
582 /* Set lineno_count for the output sections of a COFF file. */
596 lineno_count in the sections is correct. */
598 total += s->lineno_count;
603 BFD_ASSERT (s->lineno_count == 0);
629 sec->lineno_count ++;
    [all...]
libcoff-in.h 202 /* The lineno_count field for the enclosing section, because we are
204 unsigned int lineno_count; member in struct:xcoff_section_tdata
coff64-rs6000.c 759 if (current->lineno_count)
763 lineno_base += current->lineno_count * bfd_coff_linesz (abfd);
827 section.s_nlnno = current->lineno_count;
830 if (current->lineno_count != 0)
    [all...]
libcoff.h 206 /* The lineno_count field for the enclosing section, because we are
208 unsigned int lineno_count; member in struct:xcoff_section_tdata
    [all...]
coff-rs6000.c 2527 unsigned int lineno_count; member in struct:nbr_reloc_lineno
    [all...]
bfd-in2.h 1575 unsigned int lineno_count; member in struct:bfd_section
    [all...]
peXXigen.c 207 sec->lineno_count = 0;
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
coffgrok.c 296 for (l = 0; l < s->lineno_count; l++)
311 l + c + 1 < s->lineno_count
325 l + c + 1 < s->lineno_count
  /toolchain/binutils/binutils-2.27/ld/
ldwrite.c 485 thislines = sec->lineno_count;

Completed in 291 milliseconds