Searched refs:f_nscns (Results 1 – 19 of 19) sorted by relevance
| /trueos/contrib/binutils/include/coff/ |
| HD | pe.h | 176 char f_nscns[2]; /* Number of sections. */ member 215 char f_nscns[2]; /* Number of sections. */ member
|
| HD | external.h | 28 char f_nscns[2]; /* number of sections */ member
|
| HD | rs6k64.h | 23 char f_nscns[2]; /* number of sections */ member
|
| HD | rs6000.h | 10 char f_nscns[2]; /* number of sections */ member
|
| HD | alpha.h | 25 unsigned char f_nscns[2]; /* number of sections */ member
|
| HD | internal.h | 76 unsigned short f_nscns; /* number of sections */ member
|
| HD | ti.h | 30 char f_nscns[2]; /* number of sections */ member
|
| /trueos/sys/i386/ibcs2/ |
| HD | coff.h | 37 unsigned short f_nscns; /* # of sections */ member
|
| HD | imgact_coff.c | 235 nscns = fhdr->f_nscns; in coff_load_file() 315 nscns = fhdr->f_nscns;
|
| /trueos/contrib/binutils/include/aout/ |
| HD | encap.h | 47 unsigned short f_nscns; member
|
| /trueos/contrib/binutils/bfd/ |
| HD | coffswap.h | 262 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()
|
| HD | peicode.h | 166 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns); in coff_swap_filehdr_in()
|
| HD | peXXigen.c | 793 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()
|
| HD | coff64-rs6000.c | 830 internal_f.f_nscns = 0; 842 internal_f.f_nscns++; 2223 filehdr.f_nscns = 3;
|
| HD | coffcode.h | 3448 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()
|
| HD | ecoff.c | 2388 internal_f.f_nscns = 0; in _bfd_ecoff_write_object_contents() 2399 ++internal_f.f_nscns; in _bfd_ecoff_write_object_contents()
|
| HD | coffgen.c | 269 nscns = internal_f.f_nscns; in coff_object_p()
|
| HD | coff-rs6000.c | 3706 filehdr.f_nscns = 1;
|
| /trueos/contrib/gcc/ |
| HD | mips-tdump.c | 743 printf(" %-*s %d\n", 24, "# sections", (int) ptr->f_nscns); in print_global_hdr()
|