Searched refs:nscns (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-coff.c172 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);
504 simple_object_coff_write_filehdr(simple_object_write *sobj, int descriptor, unsigned int nscns, size_t symtab_offset, unsigned int nsyms, const char **errmsg, int *err) argument
604 unsigned int nscns, secnum; local
[all...]
H A Dsimple-object-xcoff.c268 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);
571 simple_object_xcoff_write_filehdr(simple_object_write *sobj, int descriptor, unsigned int nscns, size_t symtab_offset, unsigned int nsyms, const char **errmsg, int *err) argument
701 unsigned int nscns, secnum; local
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-coff.c172 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);
504 simple_object_coff_write_filehdr(simple_object_write *sobj, int descriptor, unsigned int nscns, size_t symtab_offset, unsigned int nsyms, const char **errmsg, int *err) argument
604 unsigned int nscns, secnum; local
[all...]
H A Dsimple-object-xcoff.c268 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);
571 simple_object_xcoff_write_filehdr(simple_object_write *sobj, int descriptor, unsigned int nscns, size_t symtab_offset, unsigned int nsyms, const char **errmsg, int *err) argument
701 unsigned int nscns, secnum; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c383 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...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dosf-core.c109 for (i = 0; i < core_header.nscns; i++)
H A Dcoffgen.c144 unsigned nscns,
186 readsize = (bfd_size_type) nscns * scnhsz;
200 if (nscns != 0)
203 for (i = 0; i < nscns; i++)
233 unsigned int nscns; local
269 nscns = internal_f.f_nscns;
288 return coff_real_object_p (abfd, nscns, &internal_f,
143 coff_real_object_p(bfd *abfd, unsigned nscns, struct internal_filehdr *internal_f, struct internal_aouthdr *internal_a) argument
/haiku-buildtools/binutils/bfd/
H A Dosf-core.c98 for (i = 0; i < core_header.nscns; i++)
H A Dcoffgen.c234 unsigned nscns,
276 readsize = (bfd_size_type) nscns * scnhsz;
290 if (nscns != 0)
293 for (i = 0; i < nscns; i++)
323 unsigned int nscns; local
359 nscns = internal_f.f_nscns;
382 return coff_real_object_p (abfd, nscns, &internal_f,
233 coff_real_object_p(bfd *abfd, unsigned nscns, struct internal_filehdr *internal_f, struct internal_aouthdr *internal_a) argument

Completed in 135 milliseconds