Searched refs:pcOffset (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/
H A Dgcc_personality_v0.c206 uintptr_t pcOffset = pc - funcStart; local
230 if ( (start <= pcOffset) && (pcOffset < (start+length)) ) {
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp635 uintptr_t pcOffset = pc - funcStart; local
711 if ((start <= pcOffset) && (pcOffset < (start + length))) {

Completed in 51 milliseconds