HomeSort by relevance Sort by last modified time
    Searched defs:nlnno (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 348 unsigned int nlnno; member in struct:xcoff32_section
539 printf (" # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n");
569 printf (_("overflow - nreloc: %u, nlnno: %u\n"),
616 s->nlnno = bfd_h_get_16 (abfd, scn.s_nlnno);
623 if (s->nlnno > 0 && s->nlnno <= data->nscns)
624 data->sects[s->nlnno - 1].nlnno =
988 unsigned int nlnno = sect->nlnno; local
993 printf (_("Line numbers for %s (%u)\\n"), sect->name, nlnno); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff.c 1482 int nlnno, nrelocs = 0; local
    [all...]

Completed in 83 milliseconds