Home
last modified time | relevance | path

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

/freebsd/usr.sbin/uefisign/
H A Dpe.c123 uint32_t psh_size_of_raw_data; member
128 CTASSERT(offsetof(struct pe_section_header, psh_size_of_raw_data) == 16);
245 if (psh->psh_size_of_raw_data > 0 && in parse_section_table()
250 psh->psh_size_of_raw_data, "section"); in parse_section_table()
253 i, psh->psh_pointer_to_raw_data, psh->psh_size_of_raw_data); in parse_section_table()
256 x->x_section_len[i] = psh->psh_size_of_raw_data; in parse_section_table()