Searched defs:aouthdr (Results 1 – 2 of 2) sorted by relevance
34 typedef struct aouthdr { struct35 short magic; /* see above */36 short vstamp; /* version stamp */37 long tsize; /* text size in bytes, padded to DW bdry*/38 long dsize; /* initialized data " " */39 long bsize; /* uninitialized data " " */40 long entry; /* entry pt. */41 long text_start; /* base of text used for this file */42 long data_start; /* base of data used for this file */43 long bss_start; /* base of bss used for this file */[all …]
25 struct aouthdr struct27 __u64 info; /* after that it looks quite normal.. */28 __u64 tsize;29 __u64 dsize;30 __u64 bsize;31 __u64 entry;32 __u64 text_start; /* with a few additions that actually make sense */33 __u64 data_start;57 struct aouthdr ah; argument