Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/uefisign/
HDpe.c122 struct pe_section_header { struct
129 CTASSERT(offsetof(struct pe_section_header, psh_size_of_raw_data) == 16); argument
130 CTASSERT(offsetof(struct pe_section_header, psh_pointer_to_raw_data) == 20);
228 const struct pe_section_header *psh; in parse_section_table()
237 psh = (const struct pe_section_header *)(x->x_buf + off); in parse_section_table()
/freebsd-11-stable/contrib/elftoolchain/libpe/
HDlibpe.h107 PE_SecHdr *pe_section_header(PE_Scn *);
HDpe_section.c181 pe_section_header(PE_Scn *ps) in pe_section_header() function