Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/ndis/
H A 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;
H A Dpe_var.h268 struct image_section_header { struct
284 typedef struct image_section_header image_section_header; argument
289 ((image_section_header *)((vm_offset_t)(nthdr) + \
542 extern int pe_get_section_header(vm_offset_t, image_section_header *);
547 extern int pe_get_section(vm_offset_t, image_section_header *, const char *);
/freebsd-13.1/usr.sbin/ndiscvt/
H A Dndiscvt.c99 image_section_header *sect_hdr; in insert_padding()