Lines Matching defs:external_aouthdr
37 typedef struct external_aouthdr struct
39 unsigned char magic[2]; /* type of file */
40 unsigned char vstamp[2]; /* version stamp */
41 unsigned char tsize[4]; /* text size in bytes, padded to FW bdry*/
42 unsigned char dsize[4]; /* initialized data " " */
43 unsigned char bsize[4]; /* uninitialized data " " */
44 unsigned char entry[4]; /* entry pt. */
45 unsigned char text_start[4]; /* base of text used for this file */
46 unsigned char data_start[4]; /* base of data used for this file */
47 unsigned char bss_start[4]; /* base of bss used for this file */
48 unsigned char gprmask[4]; /* ?? */
49 unsigned char cprmask[4][4]; /* ?? */
50 unsigned char gp_value[4]; /* value for gp register */