Searched defs:aouthdr (Results 1 – 2 of 2) sorted by relevance
33 typedef struct aouthdr { struct34 short magic; /* see above */35 short vstamp; /* version stamp */36 long tsize; /* text size in bytes, padded to DW bdry*/37 long dsize; /* initialized data " " */38 long bsize; /* uninitialized data " " */39 long entry; /* entry pt. */40 long text_start; /* base of text used for this file */41 long data_start; /* base of data used for this file */42 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