Home
last modified time | relevance | path

Searched refs:kDetourInstruction (Results 1 – 1 of 1) 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()