Searched defs:pe_hdr (Results 1 – 1 of 1) sorted by relevance
199 struct pe_hdr { struct200 uint32_t magic; /* PE magic */201 uint16_t machine; /* machine type */202 uint16_t sections; /* number of sections */203 uint32_t timestamp; /* time_t */204 uint32_t symbol_table; /* symbol table offset */205 uint32_t symbols; /* number of symbols */206 uint16_t opt_hdr_size; /* size of optional header */207 uint16_t flags; /* flags */
Completed in 7 milliseconds