Searched refs:nt_headers (Results 1 – 2 of 2) sorted by relevance
215 PIMAGE_NT_HEADERS nt_headers = GetNTHeaders(); in EnumSections() local216 UINT num_sections = nt_headers->FileHeader.NumberOfSections; in EnumSections()481 PIMAGE_NT_HEADERS nt_headers = GetNTHeaders(); in VerifyMagic() local483 if (nt_headers->Signature != IMAGE_NT_SIGNATURE) in VerifyMagic()486 if (nt_headers->FileHeader.SizeOfOptionalHeader != in VerifyMagic()490 if (nt_headers->OptionalHeader.Magic != IMAGE_NT_OPTIONAL_HDR_MAGIC) in VerifyMagic()
718 IMAGE_NT_HEADERS *nt_headers; in DllMain() local722 nt_headers = (IMAGE_NT_HEADERS *)((char *)dos_header in DllMain()724 if (nt_headers->Signature==IMAGE_NT_SIGNATURE && in DllMain()725 hinstDLL!=(HINSTANCE)(nt_headers->OptionalHeader.ImageBase)) in DllMain()