Home
last modified time | relevance | path

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

/linux-3.4.99/arch/alpha/include/asm/
Da.out.h39 struct scnhdr struct
84 #define SCNHSZ sizeof(struct scnhdr)
/linux-3.4.99/arch/mips/boot/
Delf2ecoff.c248 static void convert_ecoff_esecs(struct scnhdr *s, int num) in convert_ecoff_esecs()
275 struct scnhdr esecs[6]; in main()
535 i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr)); in main()
536 if (i != nosecs * sizeof(struct scnhdr)) { in main()
542 pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15; in main()
Decoff.h19 typedef struct scnhdr { struct