Searched refs:image_nt_header (Results 1 – 3 of 3) sorted by relevance
132 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);
208 struct image_nt_header { struct214 typedef struct image_nt_header image_nt_header; argument217 (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))
91 nt_hdr = (image_nt_header *)(x + dos_hdr->idh_lfanew); \99 image_nt_header *nt_hdr; in insert_padding()