Searched defs:pe_hdr (Results 1 – 2 of 2) sorted by relevance
204 struct pe_hdr { struct205 uint32_t magic; /* PE magic */206 uint16_t machine; /* machine type */207 uint16_t sections; /* number of sections */208 uint32_t timestamp; /* time_t */209 uint32_t symbol_table; /* symbol table offset */210 uint32_t symbols; /* number of symbols */211 uint16_t opt_hdr_size; /* size of optional header */212 uint16_t flags; /* flags */
191 struct pe_hdr { struct192 uint32_t magic; /* PE magic */193 uint16_t machine; /* machine type */194 uint16_t sections; /* number of sections */195 uint32_t timestamp; /* time_t */196 uint32_t symbol_table; /* symbol table offset */197 uint32_t symbols; /* number of symbols */198 uint16_t opt_hdr_size; /* size of optional header */199 uint16_t flags; /* flags */