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

/freebsd-10.2-release/usr.sbin/uefisign/
H A Dpe.c98 struct pe_optional_header_32_plus { struct
108 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_size_of_headers) == 60);
109 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_checksum) == 64);
110 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_subsystem) == 68);
111 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_number_of_rva_and_sizes) == 108);
352 const struct pe_optional_header_32_plus *po;
356 po = (struct pe_optional_header_32_plus *)(x->x_buf + off);
373 offsetof(struct pe_optional_header_32_plus, po_checksum);

Completed in 96 milliseconds