Home
last modified time | relevance | path

Searched refs:nt_headers (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dpe_image.cc215 PIMAGE_NT_HEADERS nt_headers = GetNTHeaders(); in EnumSections() local
216 UINT num_sections = nt_headers->FileHeader.NumberOfSections; in EnumSections()
481 PIMAGE_NT_HEADERS nt_headers = GetNTHeaders(); in VerifyMagic() local
483 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()
/external/openssl/crypto/
Dcryptlib.c718 IMAGE_NT_HEADERS *nt_headers; in DllMain() local
722 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()