Searched refs:scnhdr (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Da.out.h10 * - one or more section headers (struct scnhdr).
39 struct scnhdr struct
84 #define SCNHSZ sizeof(struct scnhdr)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/boot/
H A Decoff.h19 typedef struct scnhdr { struct
H A Delf2ecoff.c248 static void convert_ecoff_esecs(struct scnhdr *s, int num)
275 struct scnhdr esecs[6];
535 i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr));
536 if (i != nosecs * sizeof(struct scnhdr)) {
542 pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15;

Completed in 48 milliseconds