Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/coff/
HDpe.h166 char e_lfanew[4]; /* File address of new exe header, usually 0x80. */ member
205 char e_lfanew[4]; /* File address of new exe header, usually 0x80. */ member
HDinternal.h56 bfd_vma e_lfanew; /* File address of new exe header, 0x80 */ member
/freebsd-11-stable/contrib/binutils/bfd/
HDcoff-ia64.c105 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
HDpeXXigen.c781 filehdr_in->pe.e_lfanew = 0x80; in _bfd_XXi_only_swap_filehdr_out()
840 H_PUT_32 (abfd, filehdr_in->pe.e_lfanew, filehdr_out->e_lfanew); in _bfd_XXi_only_swap_filehdr_out()
HDpeicode.h1302 offset = H_GET_32 (abfd, dos_hdr.e_lfanew); in pe_bfd_object_p()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/interception/
HDinterception_win.cpp885 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew); in InternalGetProcAddress()
965 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew); in OverrideImportedFunction()
/freebsd-11-stable/stand/efi/include/amd64/
HDpe.h34 UINT32 e_lfanew; // File address of new exe header member
/freebsd-11-stable/stand/efi/include/i386/
HDpe.h34 UINT32 e_lfanew; // File address of new exe header member
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDAddressSpace.hpp445 PIMAGE_NT_HEADERS pinh = (PIMAGE_NT_HEADERS)((BYTE *)pidh + pidh->e_lfanew); in findUnwindSections()
/freebsd-11-stable/crypto/openssl/crypto/
HDcryptlib.c782 + dos_header->e_lfanew); in DllMain()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_win.cpp572 if (::SetFilePointer(fd, dos_header.e_lfanew, nullptr, FILE_BEGIN) == in GetPreferredBase()