Searched refs:image_section_header (Results 1 – 3 of 3) sorted by relevance
195 image_section_header *hdr;199 image_section_header *sect_hdr;211 bcopy ((char *)sect_hdr, (char *)hdr, sizeof(image_section_header));279 image_section_header *sect_hdr;330 image_section_header *hdr;335 image_section_header *sect_hdr;354 sizeof(image_section_header));374 image_section_header sect;
269 struct image_section_header { struct285 typedef struct image_section_header image_section_header; argument290 ((image_section_header *)((vm_offset_t)(nthdr) + \544 extern int pe_get_section_header(vm_offset_t, image_section_header *);549 extern int pe_get_section(vm_offset_t, image_section_header *, const char *);
99 image_section_header *sect_hdr; in insert_padding()