Searched defs:_PE_OptHdr (Results 1 – 1 of 1) sorted by relevance
173 typedef struct _PE_OptHdr { struct174 uint16_t oh_magic;175 uint8_t oh_ldvermajor;176 uint8_t oh_ldverminor;177 uint32_t oh_textsize;178 uint32_t oh_datasize;179 uint32_t oh_bsssize;180 uint32_t oh_entry;181 uint32_t oh_textbase;182 uint32_t oh_database;[all …]