Home
last modified time | relevance | path

Searched refs:IMAGE_NT_SIGNATURE (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/interception/
Dinterception_win.cc798 headers->Signature != IMAGE_NT_SIGNATURE || // "PE\0\0" in InternalGetProcAddress()
851 headers->Signature != IMAGE_NT_SIGNATURE || // "PE\0\0" in OverrideImportedFunction()
/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp887 headers->Signature != IMAGE_NT_SIGNATURE || // "PE\0\0" in InternalGetProcAddress()
967 headers->Signature != IMAGE_NT_SIGNATURE || // "PE\0\0" in OverrideImportedFunction()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp37 #define IMAGE_NT_SIGNATURE 0x00004550 // PE00 macro
277 if (pe_signature != IMAGE_NT_SIGNATURE) in ParseHeader()