Lines Matching defs:external_aouthdr
52 typedef struct external_aouthdr struct
54 unsigned char magic[2]; /* type of file */
55 unsigned char vstamp[2]; /* version stamp */
56 unsigned char bldrev[2]; /* ?? */
57 unsigned char padding[2]; /* pad to quadword boundary */
58 unsigned char tsize[8]; /* text size in bytes */
59 unsigned char dsize[8]; /* initialized data " " */
60 unsigned char bsize[8]; /* uninitialized data " " */
61 unsigned char entry[8]; /* entry pt. */
62 unsigned char text_start[8]; /* base of text used for this file */
63 unsigned char data_start[8]; /* base of data used for this file */
64 unsigned char bss_start[8]; /* base of bss used for this file */
65 unsigned char gprmask[4]; /* bitmask of general registers used */
66 unsigned char fprmask[4]; /* bitmask of floating point registers used */
67 unsigned char gp_value[8]; /* value for gp register */