Searched defs:pe_hdr (Results 1 – 1 of 1) sorted by relevance
192 struct pe_hdr { struct193 uint32_t magic; /* PE magic */194 uint16_t machine; /* machine type */195 uint16_t sections; /* number of sections */196 uint32_t timestamp; /* time_t */197 uint32_t symbol_table; /* symbol table offset */198 uint32_t symbols; /* number of symbols */199 uint16_t opt_hdr_size; /* size of optional header */200 uint16_t flags; /* flags */