HomeSort by relevance Sort by last modified time
    Searched full:dos_header (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/
cryptlib.c 332 IMAGE_DOS_HEADER *dos_header; local
343 dos_header=(IMAGE_DOS_HEADER *)me32.modBaseAddr;
344 if (dos_header->e_magic==IMAGE_DOS_SIGNATURE)
347 ((BYTE *)dos_header+dos_header->e_lfanew);
382 IMAGE_DOS_HEADER *dos_header = (IMAGE_DOS_HEADER *)hinstDLL; local
385 if (dos_header->e_magic==IMAGE_DOS_SIGNATURE)
387 nt_headers = (IMAGE_NT_HEADERS *)((char *)dos_header
388 + dos_header->e_lfanew);

Completed in 429 milliseconds