Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/coff/
Dpe.h176 char f_nscns[2]; /* Number of sections. */ member
215 char f_nscns[2]; /* Number of sections. */ member
Dexternal.h28 char f_nscns[2]; /* number of sections */ member
Drs6k64.h23 char f_nscns[2]; /* number of sections */ member
Drs6000.h10 char f_nscns[2]; /* number of sections */ member
Dalpha.h25 unsigned char f_nscns[2]; /* number of sections */ member
Dti.h30 char f_nscns[2]; /* number of sections */ member
Dinternal.h76 unsigned short f_nscns; /* number of sections */ member
/freebsd-12-stable/sys/i386/ibcs2/
Dcoff.h39 unsigned short f_nscns; /* # of sections */ member
Dimgact_coff.c237 nscns = fhdr->f_nscns; in coff_load_file()
317 nscns = fhdr->f_nscns;
/freebsd-12-stable/contrib/binutils/include/aout/
Dencap.h47 unsigned short f_nscns; member
/freebsd-12-stable/contrib/binutils/bfd/
Dcoffswap.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()
Dpeicode.h166 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns); in coff_swap_filehdr_in()
DpeXXigen.c804 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns); in _bfd_XXi_only_swap_filehdr_out()
859 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns); in _bfd_XX_only_swap_filehdr_out()
Dcoff64-rs6000.c830 internal_f.f_nscns = 0;
842 internal_f.f_nscns++;
2223 filehdr.f_nscns = 3;
Dcoffcode.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()
Decoff.c2388 internal_f.f_nscns = 0; in _bfd_ecoff_write_object_contents()
2399 ++internal_f.f_nscns; in _bfd_ecoff_write_object_contents()
Dcoffgen.c269 nscns = internal_f.f_nscns; in coff_object_p()
Dcoff-rs6000.c3706 filehdr.f_nscns = 1;
/freebsd-12-stable/contrib/file/magic/Magdir/
Dcoff71 # f_nscns - number of sections like: 1 2 3 4 5 7 8 9 11 12 15 16 19 20 21 22 26 30 36 40 42 56 80 8…
/freebsd-12-stable/contrib/gcc/
Dmips-tdump.c743 printf(" %-*s %d\n", 24, "# sections", (int) ptr->f_nscns); in print_global_hdr()