HomeSort by: relevance | last modified time | path
    Searched refs:e_lfanew (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 880 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew);
960 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew);
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
pe.h 35 UINT32 e_lfanew; // File address of new exe header member in struct:_IMAGE_DOS_HEADER
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
pe.h 50 UINT32 e_lfanew; // File address of new exe header member in struct:_IMAGE_DOS_HEADER
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
pe.h 35 UINT32 e_lfanew; // File address of new exe header member in struct:_IMAGE_DOS_HEADER
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win.cc 544 // The layout at e_lfanew is:
548 // Seek to e_lfanew and read all that data.
550 if (::SetFilePointer(fd, dos_header.e_lfanew, nullptr, FILE_BEGIN) ==

Completed in 16 milliseconds