Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/boot/
Decoff.h4 typedef struct filehdr { struct
5 unsigned short f_magic; /* magic number */
6 unsigned short f_nscns; /* number of sections */
7 long f_timdat; /* time & date stamp */
8 long f_symptr; /* file pointer to symbolic header */
9 long f_nsyms; /* sizeof(symbolic hdr) */
10 unsigned short f_opthdr; /* sizeof(optional hdr) */
11 unsigned short f_flags; /* flags */
/linux-2.4.37.9/include/asm-alpha/
Da.out.h15 struct filehdr struct
18 __u16 f_magic, f_nscns;
19 __u32 f_timdat;
20 __u64 f_symptr;
21 __u32 f_nsyms;
22 __u16 f_opthdr, f_flags;