Searched refs:nt_hdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/compat/ndis/
H A Dsubr_pe.c132 image_nt_header *nt_hdr; local
141 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
143 bcopy ((char *)&nt_hdr->inh_optionalhdr, (char *)hdr,
144 nt_hdr->inh_filehdr.ifh_optionalhdrlen);
160 image_nt_header *nt_hdr; local
169 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
179 bcopy ((char *)&nt_hdr->inh_filehdr, (char *)hdr,
196 image_nt_header *nt_hdr; local
206 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
207 sect_hdr = IMAGE_FIRST_SECTION(nt_hdr);
279 image_nt_header *nt_hdr; local
332 image_nt_header *nt_hdr; local
[all...]
/freebsd-10.1-release/usr.sbin/ndiscvt/
H A Dndiscvt.c91 nt_hdr = (image_nt_header *)(x + dos_hdr->idh_lfanew); \
92 sect_hdr = IMAGE_FIRST_SECTION(nt_hdr);
99 image_nt_header *nt_hdr; local

Completed in 52 milliseconds