Searched defs:external_aouthdr (Results 1 – 6 of 6) sorted by relevance
37 typedef struct external_aouthdr struct39 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 */[all …]
52 typedef struct external_aouthdr struct54 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 */[all …]
44 typedef struct external_aouthdr struct60 typedef struct external_aouthdr64 argument