tag | line | file | source code |
---|---|---|---|
sections | 127 | fs/binfmt_coff.c | short int sections = 0; /* Number of sections in the file */ |
sections | 162 | fs/binfmt_coff.c | sections = COFF_SHORT (coff_hdr->f_nscns); /* Number of sections */ |
sections | 178 | fs/binfmt_coff.c | if (sections == 0) { |
sections | 203 | fs/binfmt_coff.c | int nbytes = sections * COFF_SCNHSZ; |
sections | 250 | fs/binfmt_coff.c | for (nIndex = 0; nIndex < sections; ++nIndex) { |
sections | 538 | fs/binfmt_coff.c | for (nIndex = 0; nIndex < sections; ++nIndex) { |