taglinefilesource code
sections127ibcs/binfmt_coff.cshort int sections  = 0;  /* Number of sections in the file      */
sections162ibcs/binfmt_coff.csections  = COFF_SHORT (coff_hdr->f_nscns);   /* Number of sections */
sections178ibcs/binfmt_coff.cif (sections == 0) {
sections203ibcs/binfmt_coff.cint nbytes = sections * COFF_SCNHSZ;
sections250ibcs/binfmt_coff.cfor (nIndex = 0; nIndex < sections; ++nIndex) {
sections538ibcs/binfmt_coff.cfor (nIndex = 0; nIndex < sections; ++nIndex) {