|
|
1.1 root 1: /*
2: * coff optional header.
3: *
4: * For a description of common object file format see
5: * O'Reilly & Associates, Inc.
6: * Understanding and Using COFF by Gintaras R. Gircys
7: */
8: typedef struct aouthdr {
9: short magic; /* see magic.h */
10: short vstamp; /* version stamp */
11: long tsize; /* text size in bytes, padded to FW
12: bdry */
13: long dsize; /* initialized data " " */
14: long bsize; /* uninitialized data " " */
15: #if U3B
16: long dum1;
17: long dum2; /* pad to entry point */
18: #endif
19: long entry; /* entry pt. */
20: long text_start; /* base of text used for this file */
21: long data_start; /* base of data used for this file */
22: } AOUTHDR;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.