Home
last modified time | relevance | path

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

/external/capstone/suite/
Dpatch_major_os_version.py23 e_lfanew = struct.unpack_from("<I", b, 0x3C)[0] variable
26 b = b[0:e_lfanew + 0x40] + vb + b[e_lfanew + 0x4A:]
/external/syslinux/gpxe/src/util/
Defirom.c88 nt = ( pe + dos->e_lfanew ); in read_pe_info()
Delf2efi.c65 .e_lfanew = offsetof ( typeof ( efi_pe_header ), nt ),
/external/compiler-rt/lib/interception/
Dinterception_win.cc796 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew); in InternalGetProcAddress()
849 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew); in OverrideImportedFunction()
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
Dpe.h33 UINT32 e_lfanew; // File address of new exe header member
/external/syslinux/efi32/include/efi/ia32/
Dpe.h33 UINT32 e_lfanew; // File address of new exe header member
/external/syslinux/efi64/include/efi/x86_64/
Dpe.h33 UINT32 e_lfanew; // File address of new exe header member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
Dpe.h33 UINT32 e_lfanew; // File address of new exe header member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
Dpe.h48 UINT32 e_lfanew; // File address of new exe header member
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
DPeImage.h82 UINT32 e_lfanew; ///< File address of new exe header member
/external/libunwind_llvm/src/
DAddressSpace.hpp369 PIMAGE_NT_HEADERS pinh = (PIMAGE_NT_HEADERS)((BYTE *)pidh + pidh->e_lfanew); in findUnwindSections()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc436 if (::SetFilePointer(fd, dos_header.e_lfanew, nullptr, FILE_BEGIN) == in GetPreferredBase()
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c132 unsigned long e_lfanew; /* 3c: Offset to extended header */ member
2277 = (IMAGE_NT_HEADERS *)((Char*)dos_avma + dos_avma->e_lfanew); in ML_()