Searched refs:image_section_header (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/compat/ndis/
H A Dsubr_pe.c193 image_section_header *hdr;
197 image_section_header *sect_hdr;
209 bcopy ((char *)sect_hdr, (char *)hdr, sizeof(image_section_header));
277 image_section_header *sect_hdr;
328 image_section_header *hdr;
333 image_section_header *sect_hdr;
352 sizeof(image_section_header));
372 image_section_header sect;
H A Dpe_var.h267 struct image_section_header { struct
283 typedef struct image_section_header image_section_header; typedef in typeref:struct:image_section_header
288 ((image_section_header *)((vm_offset_t)(nthdr) + \
534 extern int pe_get_section_header(vm_offset_t, image_section_header *);
539 extern int pe_get_section(vm_offset_t, image_section_header *, const char *);
/freebsd-11.0-release/usr.sbin/ndiscvt/
H A Dndiscvt.c97 image_section_header *sect_hdr;

Completed in 111 milliseconds