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

  /toolchain/binutils/binutils-2.25/bfd/
cofflink.c 637 o->lineno_count = 0;
654 o->lineno_count += sec->lineno_count;
663 if (sec->lineno_count > max_lineno_count)
664 max_lineno_count = sec->lineno_count;
728 if (o->lineno_count == 0)
733 line_filepos += o->lineno_count * linesz;
771 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;
571 /* Set lineno_count for the output sections of a COFF file. */
585 lineno_count in the sections is correct. */
587 total += s->lineno_count;
592 BFD_ASSERT (s->lineno_count == 0);
618 sec->lineno_count ++;
    [all...]
libcoff-in.h 227 /* The lineno_count field for the enclosing section, because we are
229 unsigned int lineno_count; member in struct:xcoff_section_tdata
coff64-rs6000.c 761 if (current->lineno_count)
765 lineno_base += current->lineno_count * bfd_coff_linesz (abfd);
829 section.s_nlnno = current->lineno_count;
832 if (current->lineno_count != 0)
    [all...]
libcoff.h 231 /* The lineno_count field for the enclosing section, because we are
233 unsigned int lineno_count; member in struct:xcoff_section_tdata
    [all...]
coff-rs6000.c 2555 unsigned int lineno_count; member in struct:nbr_reloc_lineno
    [all...]
bfd-in2.h 1553 unsigned int lineno_count; member in struct:bfd_section
    [all...]
peXXigen.c 206 sec->lineno_count = 0;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 268 for (l = 0; l < s->lineno_count; l++)
  /toolchain/binutils/binutils-2.25/ld/
ldwrite.c 489 thislines = sec->lineno_count;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 1523 unsigned int lineno_count; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 1523 unsigned int lineno_count; member in struct:bfd_section
    [all...]

Completed in 983 milliseconds