Searched refs:f_nscns (Results 1 – 5 of 5) sorted by relevance
6 unsigned short f_nscns; /* number of sections */ member58 ((FILHSZ + AOUTHSZ + (f).f_nscns * SCNHSZ + 7) & 0xfffffff8) : \59 ((FILHSZ + AOUTHSZ + (f).f_nscns * SCNHSZ + SCNROUND-1) & ~(SCNROUND-1)) ) )
222 f->f_nscns = swab16(f->f_nscns); in convert_ecoff_filehdr()439 efh.f_nscns = nosecs; in main()
18 __u16 f_magic, f_nscns; member89 (sizeof(struct exec) + (x).fh.f_nscns*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))
59 nsect = get_16be(fhdr.f_nscns); in main()
14 char f_nscns[2]; /* number of sections */ member