Searched defs:codeMatchesInstruction (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/interception/mach_override/
H A Dmach_override.c725 static Boolean codeMatchesInstruction(unsigned char *code, AsmInstructionMatch* instruction) function
778 if ((curInstructionKnown = codeMatchesInstruction(ptr, curInstr))) break;

Completed in 18 milliseconds