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

/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_pe.c134 image_nt_header *nt_hdr; local
143 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
145 bcopy ((char *)&nt_hdr->inh_optionalhdr, (char *)hdr,
146 nt_hdr->inh_filehdr.ifh_optionalhdrlen);
162 image_nt_header *nt_hdr; local
171 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
181 bcopy ((char *)&nt_hdr->inh_filehdr, (char *)hdr,
198 image_nt_header *nt_hdr; local
208 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
209 sect_hdr = IMAGE_FIRST_SECTION(nt_hdr);
281 image_nt_header *nt_hdr; local
334 image_nt_header *nt_hdr; local
[all...]
/freebsd-13-stable/usr.sbin/ndiscvt/
H A Dndiscvt.c93 nt_hdr = (image_nt_header *)(x + dos_hdr->idh_lfanew); \
94 sect_hdr = IMAGE_FIRST_SECTION(nt_hdr);
101 image_nt_header *nt_hdr; local

Completed in 120 milliseconds