Lines Matching defs:aouthdr
37 typedef struct aouthdr { struct
38 int16_t magic; /* see above */
39 int16_t vstamp; /* version stamp */
40 int32_t tsize; /* text size in bytes, padded to DW bdry*/
41 int32_t dsize; /* initialized data " " */
42 int32_t bsize; /* uninitialized data " " */
43 int32_t entry; /* entry pt. */
44 int32_t text_start; /* base of text used for this file */
45 int32_t data_start; /* base of data used for this file */
46 int32_t bss_start; /* base of bss used for this file */
47 int32_t gprmask; /* general purpose register mask */
48 int32_t cprmask[4]; /* co-processor register masks */
49 int32_t gp_value; /* the gp value used for this object */