Searched refs:e_lfanew (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/coff/
H A Dpe.h166 char e_lfanew[4]; /* File address of new exe header, usually 0x80. */ member in struct:external_PEI_DOS_hdr
205 char e_lfanew[4]; /* File address of new exe header, usually 0x80. */ member in struct:external_PEI_filehdr
209 the e_lfanew field to find the actual location of the NT signature. */
H A Dinternal.h56 bfd_vma e_lfanew; /* File address of new exe header, 0x80 */ member in struct:internal_extra_pe_filehdr
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-ia64.c105 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
H A DpeXXigen.c782 filehdr_in->pe.e_lfanew = 0x80;
841 H_PUT_32 (abfd, filehdr_in->pe.e_lfanew, filehdr_out->e_lfanew);
H A Dpeicode.h1304 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp885 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew);
965 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew);
/freebsd-11-stable/stand/efi/include/amd64/
H A Dpe.h34 UINT32 e_lfanew; // File address of new exe header member in struct:_IMAGE_DOS_HEADER
/freebsd-11-stable/stand/efi/include/i386/
H A Dpe.h34 UINT32 e_lfanew; // File address of new exe header member in struct:_IMAGE_DOS_HEADER
/freebsd-11-stable/crypto/openssl/crypto/
H A Dcryptlib.c782 + dos_header->e_lfanew);
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp445 PIMAGE_NT_HEADERS pinh = (PIMAGE_NT_HEADERS)((BYTE *)pidh + pidh->e_lfanew);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp566 // The layout at e_lfanew is:
570 // Seek to e_lfanew and read all that data.
572 if (::SetFilePointer(fd, dos_header.e_lfanew, nullptr, FILE_BEGIN) ==

Completed in 199 milliseconds