Searched refs:pe_section_header (Results 1 – 3 of 3) sorted by relevance
121 struct pe_section_header { struct128 CTASSERT(offsetof(struct pe_section_header, psh_size_of_raw_data) == 16); argument129 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()
107 PE_SecHdr *pe_section_header(PE_Scn *);
181 pe_section_header(PE_Scn *ps) in pe_section_header() function