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

/freebsd-11.0-release/sys/compat/ndis/
H A Dsubr_pe.c132 image_nt_header *nt_hdr;
141 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
160 image_nt_header *nt_hdr;
169 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
196 image_nt_header *nt_hdr;
206 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
279 image_nt_header *nt_hdr;
288 nt_hdr = (image_nt_header *)(imgbase + dos_hdr->idh_lfanew);
332 image_nt_header *nt_hdr;
346 nt_hdr = (image_nt_header *)(imgbas
[all...]
H A Dpe_var.h208 struct image_nt_header { struct
214 typedef struct image_nt_header image_nt_header; typedef in typeref:struct:image_nt_header
217 (offsetof(image_nt_header, inh_optionalhdr) + \
218 ((image_nt_header *)(nthdr))->inh_filehdr.ifh_optionalhdrlen)
289 offsetof(image_nt_header, inh_optionalhdr) + \
290 ((image_nt_header *)(nthdr))->inh_filehdr.ifh_optionalhdrlen))
/freebsd-11.0-release/usr.sbin/ndiscvt/
H A Dndiscvt.c91 nt_hdr = (image_nt_header *)(x + dos_hdr->idh_lfanew); \
99 image_nt_header *nt_hdr;

Completed in 69 milliseconds