Home
last modified time | relevance | path

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

/trueos/contrib/binutils/include/coff/
HDpe.h176 char f_nscns[2]; /* Number of sections. */ member
215 char f_nscns[2]; /* Number of sections. */ member
HDexternal.h28 char f_nscns[2]; /* number of sections */ member
HDrs6k64.h23 char f_nscns[2]; /* number of sections */ member
HDrs6000.h10 char f_nscns[2]; /* number of sections */ member
HDalpha.h25 unsigned char f_nscns[2]; /* number of sections */ member
HDinternal.h76 unsigned short f_nscns; /* number of sections */ member
HDti.h30 char f_nscns[2]; /* number of sections */ member
/trueos/sys/i386/ibcs2/
HDcoff.h37 unsigned short f_nscns; /* # of sections */ member
HDimgact_coff.c235 nscns = fhdr->f_nscns; in coff_load_file()
315 nscns = fhdr->f_nscns;
/trueos/contrib/binutils/include/aout/
HDencap.h47 unsigned short f_nscns; member
/trueos/contrib/binutils/bfd/
HDcoffswap.h262 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns); in coff_swap_filehdr_in()
287 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns); in coff_swap_filehdr_out()
HDpeicode.h166 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns); in coff_swap_filehdr_in()
HDpeXXigen.c793 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns); in _bfd_XXi_only_swap_filehdr_out()
848 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns); in _bfd_XX_only_swap_filehdr_out()
HDcoff64-rs6000.c830 internal_f.f_nscns = 0;
842 internal_f.f_nscns++;
2223 filehdr.f_nscns = 3;
HDcoffcode.h3448 internal_f.f_nscns = 0; in coff_write_object_contents()
3485 internal_f.f_nscns++; in coff_write_object_contents()
3595 internal_f.f_nscns--; in coff_write_object_contents()
3714 internal_f.f_nscns++; in coff_write_object_contents()
HDecoff.c2388 internal_f.f_nscns = 0; in _bfd_ecoff_write_object_contents()
2399 ++internal_f.f_nscns; in _bfd_ecoff_write_object_contents()
HDcoffgen.c269 nscns = internal_f.f_nscns; in coff_object_p()
HDcoff-rs6000.c3706 filehdr.f_nscns = 1;
/trueos/contrib/gcc/
HDmips-tdump.c743 printf(" %-*s %d\n", 24, "# sections", (int) ptr->f_nscns); in print_global_hdr()