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 | 16 | include/asm-alpha/a.out.h | __u16 f_magic, f_nscns; |
f_nscns | 87 | include/asm-alpha/a.out.h | (sizeof(struct exec) + (x).fh.f_nscns*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1)) |
f_nscns | 58 | include/linux/coff.h | char f_nscns[2]; /* number of sections */ |