Searched refs:e_lfanew (Results 1 – 9 of 9) sorted by relevance
/external/capstone/suite/ |
D | patch_major_os_version.py | 23 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/ |
D | interception_win.cc | 796 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/ |
D | 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()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.h | 169 uint32_t e_lfanew; // File address of new exe header member
|
D | ObjectFilePECOFF.cpp | 275 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/ |
D | AddressSpace.hpp | 552 PIMAGE_NT_HEADERS pinh = (PIMAGE_NT_HEADERS)((BYTE *)pidh + pidh->e_lfanew); in findUnwindSections()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 436 if (::SetFilePointer(fd, dos_header.e_lfanew, nullptr, FILE_BEGIN) == in GetPreferredBase()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | tail-dup-merge-loop-headers.ll | 88 …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/ |
D | sanitizer_win.cpp | 590 if (::SetFilePointer(fd, dos_header.e_lfanew, nullptr, FILE_BEGIN) == in GetPreferredBase()
|