taglinefilesource code
sections127arch/i386/ibcs/binfmt_coff.cshort int sections  = 0;  /* Number of sections in the file      */
sections162arch/i386/ibcs/binfmt_coff.csections  = COFF_SHORT (coff_hdr->f_nscns);   /* Number of sections */
sections178arch/i386/ibcs/binfmt_coff.cif (sections == 0) {
sections203arch/i386/ibcs/binfmt_coff.cint nbytes = sections * COFF_SCNHSZ;
sections250arch/i386/ibcs/binfmt_coff.cfor (nIndex = 0; nIndex < sections; ++nIndex) {
sections538arch/i386/ibcs/binfmt_coff.cfor (nIndex = 0; nIndex < sections; ++nIndex) {