Home
last modified time | relevance | path

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

/NextBSD/sys/compat/ndis/
HDsubr_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 *)(imgbase + dos_hdr->idh_lfanew);
HDpe_var.h208 struct image_nt_header { struct
214 typedef struct image_nt_header image_nt_header; argument
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))
/NextBSD/usr.sbin/ndiscvt/
HDndiscvt.c91 nt_hdr = (image_nt_header *)(x + dos_hdr->idh_lfanew); \
99 image_nt_header *nt_hdr; in insert_padding()