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