Home
last modified time | relevance | path

Searched refs:f_nscns (Results 1 – 23 of 23) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Dgo32exe.h25 char f_nscns[2]; /* number of sections */ member
Dtic80.h30 char f_nscns[2]; /* number of sections */ member
Dpe.h208 char f_nscns[2]; /* Number of sections. */ member
247 char f_nscns[2]; /* Number of sections. */ member
Di960.h27 char f_nscns[2]; /* number of sections */ member
Dexternal.h29 char f_nscns[2]; /* number of sections */ member
Drs6k64.h24 char f_nscns[2]; /* number of sections */ member
Drs6000.h25 char f_nscns[2]; /* number of sections */ member
Dalpha.h26 unsigned char f_nscns[2]; /* number of sections */ member
Dinternal.h76 unsigned int f_nscns; /* number of sections */ member
Dti.h32 char f_nscns[2]; /* number of sections */ member
DChangeLog27 of f_nscns.
/toolchain/binutils/binutils-2.25/include/aout/
Dencap.h48 unsigned short f_nscns; member
/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-coff.c52 unsigned char f_nscns[2]; /* number of sections */ member
286 ocr->nscns = fetch_16 (hdrbuf + offsetof (struct external_filehdr, f_nscns)); in simple_object_coff_match()
528 set_16 (hdr + offsetof (struct external_filehdr, f_nscns), nscns); in simple_object_coff_write_filehdr()
Dsimple-object-xcoff.c52 unsigned char f_nscns[2]; /* number of sections */ member
326 ocr->nscns = fetch_16 (hdrbuf + offsetof (struct external_filehdr, f_nscns)); in simple_object_xcoff_match()
594 set_16 (hdr + offsetof (struct external_filehdr, f_nscns), nscns); in simple_object_xcoff_write_filehdr()
/toolchain/binutils/binutils-2.25/bfd/
Dcoffswap.h261 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns); in coff_swap_filehdr_in()
286 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns); in coff_swap_filehdr_out()
Dpeicode.h175 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns); in coff_swap_filehdr_in()
1349 return coff_real_object_p (abfd, internal_f.f_nscns, &internal_f, in pe_bfd_object_p()
Dcoffcode.h3664 internal_f.f_nscns = 0; in coff_write_object_contents()
3701 internal_f.f_nscns++; in coff_write_object_contents()
3837 internal_f.f_nscns--; in coff_write_object_contents()
3958 internal_f.f_nscns++; in coff_write_object_contents()
5657 filehdr_dst->f_nscns = H_GET_32 (abfd, filehdr_src->NumberOfSections); in coff_bigobj_swap_filehdr_in()
5689 H_PUT_32 (abfd, filehdr_in->f_nscns, filehdr_out->NumberOfSections); in coff_bigobj_swap_filehdr_out()
Dcoff64-rs6000.c794 internal_f.f_nscns = 0; in xcoff64_write_object_contents()
805 internal_f.f_nscns++; in xcoff64_write_object_contents()
2205 filehdr.f_nscns = 3; in xcoff64_generate_rtinit()
DpeXXigen.c874 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns); in _bfd_XXi_only_swap_filehdr_out()
932 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns); in _bfd_XX_only_swap_filehdr_out()
Decoff.c2399 internal_f.f_nscns = 0; in _bfd_ecoff_write_object_contents()
2410 ++internal_f.f_nscns; in _bfd_ecoff_write_object_contents()
Dcoffgen.c353 nscns = internal_f.f_nscns; in coff_object_p()
Dcoff-rs6000.c3677 filehdr.f_nscns = 1; in xcoff_generate_rtinit()
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c1570 data.nscns = bfd_h_get_16 (abfd, fhdr->f_nscns); in dump_xcoff32()