taglinefilesource code
sections127fs/binfmt_coff.cshort int sections  = 0;  /* Number of sections in the file      */
sections162fs/binfmt_coff.csections  = COFF_SHORT (coff_hdr->f_nscns);   /* Number of sections */
sections178fs/binfmt_coff.cif (sections == 0) {
sections203fs/binfmt_coff.cint nbytes = sections * COFF_SCNHSZ;
sections250fs/binfmt_coff.cfor (nIndex = 0; nIndex < sections; ++nIndex) {
sections538fs/binfmt_coff.cfor (nIndex = 0; nIndex < sections; ++nIndex) {