Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/ndis/
Dsubr_pe.c195 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;
Dpe_var.h269 struct image_section_header { struct
285 typedef struct image_section_header image_section_header; argument
290 ((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 *);
/freebsd-12-stable/usr.sbin/ndiscvt/
Dndiscvt.c99 image_section_header *sect_hdr; in insert_padding()