tag | line | file | source code |
f_nscns | 98 | arch/alpha/boot/tools/build.c | if (fhdr.f_nscns > MAXSECT) |
f_nscns | 104 | arch/alpha/boot/tools/build.c | for (i = 0 ; i < fhdr.f_nscns ; i++) { |
f_nscns | 119 | arch/alpha/boot/tools/build.c | qsort(shdr, fhdr.f_nscns, sizeof(shdr[1]), comp); |
f_nscns | 121 | arch/alpha/boot/tools/build.c | for (i = 0 ; i < fhdr.f_nscns ; i++) { |
f_nscns | 162 | arch/i386/ibcs/binfmt_coff.c | sections = COFF_SHORT (coff_hdr->f_nscns); /* Number of sections */ |
f_nscns | 58 | include/linux/coff.h | char f_nscns[2]; /* number of sections */ |