Home
last modified time | relevance | path

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

/dragonfly/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); argument
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; in parse_optional_32_plus()
358 po = (struct pe_optional_header_32_plus *)(x->x_buf + off); in parse_optional_32_plus()
375 offsetof(struct pe_optional_header_32_plus, po_checksum); in parse_optional_32_plus()