tag | line | file | source code |
fhdr | 23 | arch/alpha/boot/tools/build.c | struct filehdr fhdr; |
fhdr | 96 | arch/alpha/boot/tools/build.c | if (read(fd, &fhdr, sizeof(struct filehdr)) != sizeof(struct filehdr)) |
fhdr | 98 | arch/alpha/boot/tools/build.c | if (fhdr.f_nscns > MAXSECT) |
fhdr | 100 | arch/alpha/boot/tools/build.c | if (fhdr.f_opthdr != AOUTHSZ) |
fhdr | 104 | arch/alpha/boot/tools/build.c | for (i = 0 ; i < fhdr.f_nscns ; i++) { |
fhdr | 119 | arch/alpha/boot/tools/build.c | qsort(shdr, fhdr.f_nscns, sizeof(shdr[1]), comp); |
fhdr | 121 | arch/alpha/boot/tools/build.c | for (i = 0 ; i < fhdr.f_nscns ; i++) { |