Searched refs:pe_optional_header_32 (Results 1 – 1 of 1) sorted by relevance
83 struct pe_optional_header_32 { struct93 CTASSERT(offsetof(struct pe_optional_header_32, po_size_of_headers) == 60); argument94 CTASSERT(offsetof(struct pe_optional_header_32, po_checksum) == 64);95 CTASSERT(offsetof(struct pe_optional_header_32, po_subsystem) == 68);96 CTASSERT(offsetof(struct pe_optional_header_32, po_number_of_rva_and_sizes) == 92);401 const struct pe_optional_header_32 *po; in parse_optional_32()405 po = (struct pe_optional_header_32 *)(x->x_buf + off); in parse_optional_32()422 offsetof(struct pe_optional_header_32, po_checksum); in parse_optional_32()447 const struct pe_optional_header_32 *po; in parse_optional()453 po = (struct pe_optional_header_32 *)(x->x_buf + off); in parse_optional()