Searched refs:e_lfanew (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/contrib/binutils/include/coff/ |
| HD | pe.h | 166 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
|
| HD | internal.h | 56 bfd_vma e_lfanew; /* File address of new exe header, 0x80 */ member
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | coff-ia64.c | 105 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
|
| HD | peXXigen.c | 781 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()
|
| HD | peicode.h | 1302 offset = H_GET_32 (abfd, dos_hdr.e_lfanew); in pe_bfd_object_p()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/interception/ |
| HD | interception_win.cpp | 885 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/ |
| HD | pe.h | 34 UINT32 e_lfanew; // File address of new exe header member
|
| /freebsd-11-stable/stand/efi/include/i386/ |
| HD | pe.h | 34 UINT32 e_lfanew; // File address of new exe header member
|
| /freebsd-11-stable/contrib/llvm-project/libunwind/src/ |
| HD | AddressSpace.hpp | 445 PIMAGE_NT_HEADERS pinh = (PIMAGE_NT_HEADERS)((BYTE *)pidh + pidh->e_lfanew); in findUnwindSections()
|
| /freebsd-11-stable/crypto/openssl/crypto/ |
| HD | cryptlib.c | 782 + dos_header->e_lfanew); in DllMain()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_win.cpp | 572 if (::SetFilePointer(fd, dos_header.e_lfanew, nullptr, FILE_BEGIN) == in GetPreferredBase()
|