Searched refs:pe_optional_header_32_plus (Results 1 – 1 of 1) sorted by relevance
99 struct pe_optional_header_32_plus { struct109 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_size_of_headers) == 60); argument110 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_checksum) == 64);111 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_subsystem) == 68);112 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_number_of_rva_and_sizes) == 108);354 const struct pe_optional_header_32_plus *po; in parse_optional_32_plus()358 po = (struct pe_optional_header_32_plus *)(x->x_buf + off); in parse_optional_32_plus()375 offsetof(struct pe_optional_header_32_plus, po_checksum); in parse_optional_32_plus()