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