Home
last modified time | relevance | path

Searched defs:pe_hdr (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/include/linux/
Dpe.h177 struct pe_hdr { struct
178 uint32_t magic; /* PE magic */
179 uint16_t machine; /* machine type */
180 uint16_t sections; /* number of sections */
181 uint32_t timestamp; /* time_t */
182 uint32_t symbol_table; /* symbol table offset */
183 uint32_t symbols; /* number of symbols */
184 uint16_t opt_hdr_size; /* size of optional header */
185 uint16_t flags; /* flags */
/kernel/linux/linux-5.10/include/linux/
Dpe.h190 struct pe_hdr { struct
191 uint32_t magic; /* PE magic */
192 uint16_t machine; /* machine type */
193 uint16_t sections; /* number of sections */
194 uint32_t timestamp; /* time_t */
195 uint32_t symbol_table; /* symbol table offset */
196 uint32_t symbols; /* number of symbols */
197 uint16_t opt_hdr_size; /* size of optional header */
198 uint16_t flags; /* flags */