Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_win.cpp936 headers->Signature != IMAGE_NT_SIGNATURE || // "PE\0\0" in InternalGetProcAddress()
1016 headers->Signature != IMAGE_NT_SIGNATURE || // "PE\0\0" in OverrideImportedFunction()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp44 #define IMAGE_NT_SIGNATURE 0x00004550 // PE00 macro
452 if (pe_signature != IMAGE_NT_SIGNATURE) in ParseHeader()