Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/uefisign/
H A Dpe.c101 struct pe_optional_header_32_plus { struct
111 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_size_of_headers) == 60); argument
112 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_checksum) == 64);
113 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_subsystem) == 68);
114 CTASSERT(offsetof(struct pe_optional_header_32_plus, po_number_of_rva_and_sizes) == 108);
356 const struct pe_optional_header_32_plus *po; in parse_optional_32_plus()
360 po = (struct pe_optional_header_32_plus *)(x->x_buf + off); in parse_optional_32_plus()
377 offsetof(struct pe_optional_header_32_plus, po_checksum); in parse_optional_32_plus()