Searched defs:filehdr (Results 1 – 3 of 3) sorted by relevance
8 typedef struct filehdr { struct9 uint16_t f_magic; /* magic number */10 uint16_t f_nscns; /* number of sections */11 int32_t f_timdat; /* time & date stamp */12 int32_t f_symptr; /* file pointer to symbolic header */13 int32_t f_nsyms; /* sizeof(symbolic hdr) */14 uint16_t f_opthdr; /* sizeof(optional hdr) */15 uint16_t f_flags; /* flags */
16 struct filehdr struct19 __u16 f_magic, f_nscns;20 __u32 f_timdat;21 __u64 f_symptr;22 __u32 f_nsyms;23 __u16 f_opthdr, f_flags;
1616 struct icp_qat_uof_filehdr *filehdr; in qat_uclo_map_uof_obj() local