Home
last modified time | relevance | path

Searched refs:e_lfanew (Results 1 – 9 of 9) 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/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/llvm-project/compiler-rt/lib/interception/
Dinterception_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()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h169 uint32_t e_lfanew; // File address of new exe header member
DObjectFilePECOFF.cpp275 offset = m_dos_header.e_lfanew; in ParseHeader()
397 dos_header.e_lfanew = in ParseDOSHeader()
1040 s->Printf(" e_lfanew = 0x%8.8x\n", header.e_lfanew); in DumpDOSHeader()
/external/llvm-project/libunwind/src/
DAddressSpace.hpp552 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/llvm-project/llvm/test/CodeGen/X86/
Dtail-dup-merge-loop-headers.ll88 …header(i8* %exe, i32 %exesz, i32 %headsize, i32 %min, i32 %wwprva, i32 %e_lfanew, i8* readonly %ww…
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cpp590 if (::SetFilePointer(fd, dos_header.e_lfanew, nullptr, FILE_BEGIN) == in GetPreferredBase()