Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception_win.cc567 const u16 kDetourInstruction = 0xFF8B; in OverrideFunctionWithDetour() local
573 if (*(u16*)old_func != kDetourInstruction || in OverrideFunctionWithDetour()
/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp653 const u16 kDetourInstruction = 0xFF8B; in OverrideFunctionWithDetour() local
659 if (*(u16*)old_func != kDetourInstruction || in OverrideFunctionWithDetour()