/toolchain/binutils/binutils-2.25/include/coff/ |
D | go32exe.h | 25 char f_nscns[2]; /* number of sections */ member
|
D | tic80.h | 30 char f_nscns[2]; /* number of sections */ member
|
D | pe.h | 208 char f_nscns[2]; /* Number of sections. */ member 247 char f_nscns[2]; /* Number of sections. */ member
|
D | i960.h | 27 char f_nscns[2]; /* number of sections */ member
|
D | external.h | 29 char f_nscns[2]; /* number of sections */ member
|
D | rs6k64.h | 24 char f_nscns[2]; /* number of sections */ member
|
D | rs6000.h | 25 char f_nscns[2]; /* number of sections */ member
|
D | alpha.h | 26 unsigned char f_nscns[2]; /* number of sections */ member
|
D | internal.h | 76 unsigned int f_nscns; /* number of sections */ member
|
D | ti.h | 32 char f_nscns[2]; /* number of sections */ member
|
D | ChangeLog | 27 of f_nscns.
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | encap.h | 48 unsigned short f_nscns; member
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-coff.c | 52 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()
|
D | simple-object-xcoff.c | 52 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/ |
D | coffswap.h | 261 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()
|
D | peicode.h | 175 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()
|
D | coffcode.h | 3664 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()
|
D | coff64-rs6000.c | 794 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()
|
D | peXXigen.c | 874 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()
|
D | ecoff.c | 2399 internal_f.f_nscns = 0; in _bfd_ecoff_write_object_contents() 2410 ++internal_f.f_nscns; in _bfd_ecoff_write_object_contents()
|
D | coffgen.c | 353 nscns = internal_f.f_nscns; in coff_object_p()
|
D | coff-rs6000.c | 3677 filehdr.f_nscns = 1; in xcoff_generate_rtinit()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 1570 data.nscns = bfd_h_get_16 (abfd, fhdr->f_nscns); in dump_xcoff32()
|