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

/freebsd-11-stable/usr.sbin/uefisign/
H A Dpe.c124 uint32_t psh_size_of_raw_data; member in struct:pe_section_header
129 CTASSERT(offsetof(struct pe_section_header, psh_size_of_raw_data) == 16);
250 psh->psh_size_of_raw_data, "section");
253 i, psh->psh_pointer_to_raw_data, psh->psh_size_of_raw_data);
256 x->x_section_len[i] = psh->psh_size_of_raw_data;

Completed in 318 milliseconds