Home
last modified time | relevance | path

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

/freebsd/usr.sbin/uefisign/
H A Dpe.c121 struct pe_section_header { struct
128 CTASSERT(offsetof(struct pe_section_header, psh_size_of_raw_data) == 16); argument
129 CTASSERT(offsetof(struct pe_section_header, psh_pointer_to_raw_data) == 20);
227 const struct pe_section_header *psh; in parse_section_table()
236 psh = (const struct pe_section_header *)(x->x_buf + off); in parse_section_table()
/freebsd/contrib/elftoolchain/libpe/
H A Dlibpe.h107 PE_SecHdr *pe_section_header(PE_Scn *);
H A Dpe_section.c181 pe_section_header(PE_Scn *ps) in pe_section_header() function