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

/freebsd-10-stable/usr.sbin/uefisign/
H A Dpe.c120 struct pe_section_header { struct
127 CTASSERT(offsetof(struct pe_section_header, psh_size_of_raw_data) == 16);
128 CTASSERT(offsetof(struct pe_section_header, psh_pointer_to_raw_data) == 20);
226 const struct pe_section_header *psh;
235 psh = (const struct pe_section_header *)(x->x_buf + off);

Completed in 98 milliseconds