Home
last modified time | relevance | path

Searched defs:aouthdr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/mips/boot/
Decoff.h33 typedef struct aouthdr { struct
34 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 …]
/linux-4.4.14/arch/alpha/include/uapi/asm/
Da.out.h25 struct aouthdr struct
27 __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