Home
last modified time | relevance | path

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

/external/openssl/crypto/
Dcryptlib.c598 IMAGE_NT_HEADERS *nt_headers; in DllMain() local
602 nt_headers = (IMAGE_NT_HEADERS *)((char *)dos_header in DllMain()
604 if (nt_headers->Signature==IMAGE_NT_SIGNATURE && in DllMain()
605 hinstDLL!=(HINSTANCE)(nt_headers->OptionalHeader.ImageBase)) in DllMain()