scnhdr 85 arch/alpha/include/uapi/asm/a.out.h #define SCNHSZ sizeof(struct scnhdr) scnhdr 251 arch/mips/boot/elf2ecoff.c static void convert_ecoff_esecs(struct scnhdr *s, int num) scnhdr 277 arch/mips/boot/elf2ecoff.c struct scnhdr esecs[6]; scnhdr 541 arch/mips/boot/elf2ecoff.c i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr)); scnhdr 542 arch/mips/boot/elf2ecoff.c if (i != nosecs * sizeof(struct scnhdr)) { scnhdr 548 arch/mips/boot/elf2ecoff.c pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15;