Searched refs:pe_optional_header_32 (Results 1 – 1 of 1) sorted by relevance
84 struct pe_optional_header_32 { struct94 CTASSERT(offsetof(struct pe_optional_header_32, po_size_of_headers) == 60); argument95 CTASSERT(offsetof(struct pe_optional_header_32, po_checksum) == 64);96 CTASSERT(offsetof(struct pe_optional_header_32, po_subsystem) == 68);97 CTASSERT(offsetof(struct pe_optional_header_32, po_number_of_rva_and_sizes) == 92);403 const struct pe_optional_header_32 *po; in parse_optional_32()407 po = (struct pe_optional_header_32 *)(x->x_buf + off); in parse_optional_32()424 offsetof(struct pe_optional_header_32, po_checksum); in parse_optional_32()449 const struct pe_optional_header_32 *po; in parse_optional()455 po = (struct pe_optional_header_32 *)(x->x_buf + off); in parse_optional()