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

/freebsd-11-stable/usr.sbin/uefisign/
H A Dpe.c85 struct pe_optional_header_32 { struct
95 CTASSERT(offsetof(struct pe_optional_header_32, po_size_of_headers) == 60);
96 CTASSERT(offsetof(struct pe_optional_header_32, po_checksum) == 64);
97 CTASSERT(offsetof(struct pe_optional_header_32, po_subsystem) == 68);
98 CTASSERT(offsetof(struct pe_optional_header_32, po_number_of_rva_and_sizes) == 92);
403 const struct pe_optional_header_32 *po;
407 po = (struct pe_optional_header_32 *)(x->x_buf + off);
424 offsetof(struct pe_optional_header_32, po_checksum);
449 const struct pe_optional_header_32 *po;
455 po = (struct pe_optional_header_32 *)(
[all...]

Completed in 41 milliseconds