Searched defs:aouthdr (Results 1 – 2 of 2) sorted by relevance
37 typedef struct aouthdr { struct38 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 */[all …]
26 struct aouthdr struct28 __u64 info; /* after that it looks quite normal.. */29 __u64 tsize;30 __u64 dsize;31 __u64 bsize;32 __u64 entry;33 __u64 text_start; /* with a few additions that actually make sense */34 __u64 data_start;58 struct aouthdr ah; argument