Searched defs:pe_hdr (Results 1 – 1 of 1) sorted by relevance
166 struct pe_hdr { struct167 uint32_t magic; /* PE magic */168 uint16_t machine; /* machine type */169 uint16_t sections; /* number of sections */170 uint32_t timestamp; /* time_t */171 uint32_t symbol_table; /* symbol table offset */172 uint32_t symbols; /* number of symbols */173 uint16_t opt_hdr_size; /* size of optional header */174 uint16_t flags; /* flags */