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

  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 383 unsigned short nscns; member in struct:xcoff_dump
419 printf (_(" nbr sections: %d\n"), data->nscns);
527 off + (unsigned int)sizeof (struct external_scnhdr) * data->nscns);
528 if (data->nscns == 0)
540 for (i = 0; i < data->nscns; i++)
594 data->sects = xmalloc (data->nscns * sizeof (struct xcoff32_section));
595 for (i = 0; i < data->nscns; i++)
620 if (s->nreloc > 0 && s->nreloc <= data->nscns)
623 if (s->nlnno > 0 && s->nlnno <= data->nscns)
781 if (s->sym.scnum > 0 && s->sym.scnum <= data->nscns)
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-coff.c 172 unsigned short nscns; member in struct:simple_object_coff_read
286 ocr->nscns = fetch_16 (hdrbuf + offsetof (struct external_filehdr, f_nscns));
346 unsigned int nscns; local
352 scnbuf = XNEWVEC (unsigned char, scnhdr_size * ocr->nscns);
355 scnbuf, scnhdr_size * ocr->nscns, &errmsg,
366 nscns = ocr->nscns;
369 for (i = 0; i < nscns; ++i)
505 unsigned int nscns, size_t symtab_offset,
528 set_16 (hdr + offsetof (struct external_filehdr, f_nscns), nscns);
604 unsigned int nscns, secnum; local
    [all...]
simple-object-xcoff.c 268 unsigned short nscns; member in struct:simple_object_xcoff_read
326 ocr->nscns = fetch_16 (hdrbuf + offsetof (struct external_filehdr, f_nscns));
403 unsigned int nscns; local
409 scnbuf = XNEWVEC (unsigned char, scnhdr_size * ocr->nscns);
412 scnbuf, scnhdr_size * ocr->nscns, &errmsg,
422 nscns = ocr->nscns;
425 for (i = 0; i < nscns; ++i)
572 unsigned int nscns, size_t symtab_offset,
594 set_16 (hdr + offsetof (struct external_filehdr, f_nscns), nscns);
701 unsigned int nscns, secnum; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 228 unsigned nscns,
270 readsize = (bfd_size_type) nscns * scnhsz;
284 if (nscns != 0)
287 for (i = 0; i < nscns; i++)
317 unsigned int nscns; local
353 nscns = internal_f.f_nscns;
372 return coff_real_object_p (abfd, nscns, &internal_f,
    [all...]
  /external/elfutils/src/
ld.h 993 int nscns; member in struct:ld_state::scngroup
    [all...]

Completed in 173 milliseconds