Searched refs:pe_optional_header_32_plus (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/uefisign/
H A Dpe.c100 struct pe_optional_header_32_plus { struct
110 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_size_of_headers) == 60);
111 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_checksum) == 64);
112 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_subsystem) == 68);
113 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_number_of_rva_and_sizes) == 108);
354 const struct pe_optional_header_32_plus *po;
358 po = (struct pe_optional_header_32_plus *)(x->x_buf + off);
375 offsetof(struct pe_optional_header_32_plus, po_checksum);

Completed in 101 milliseconds