3 references to X86_INSTR_NOP
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\X86\X86Unwinder.cs (3)
359
if (ReadByteAt(methodStart) ==
X86_INSTR_NOP
&& ReadByteAt(methodStart + 1) == X86_INSTR_INT3)
522
if (ReadByteAt(methodStart) ==
X86_INSTR_NOP
&& ReadByteAt(methodStart + 1) == X86_INSTR_INT3)
761
if (CheckInstrByte(ReadByteAt(baseAddress + offset),
X86_INSTR_NOP
))