Searched refs:scnhdr (Results 1 – 3 of 3) sorted by relevance
39 struct scnhdr struct84 #define SCNHSZ sizeof(struct scnhdr)
249 static void convert_ecoff_esecs(struct scnhdr *s, int num) in convert_ecoff_esecs()275 struct scnhdr esecs[6]; in main()539 i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr)); in main()540 if (i != nosecs * sizeof(struct scnhdr)) { in main()546 pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15; in main()
18 typedef struct scnhdr { struct