Home
last modified time | relevance | path

Searched refs:pcOffset (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c200 uintptr_t pcOffset = pc - funcStart; in __gcc_personality_sj0() local
224 if ( (start <= pcOffset) && (pcOffset < (start+length)) ) { in __gcc_personality_sj0()
/external/v8/tools/sodium/
Dsodium.js309 var pcOffset = parseInt(matches[1]);
310 if (pcOffset <= pcToSearchOffset) {
311 var dist = pcToSearchOffset - pcOffset;
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp668 uintptr_t pcOffset = pc - funcStart; in handleLsda() local
741 if ((start <= pcOffset) && (pcOffset < (start + length))) { in handleLsda()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp642 uintptr_t pcOffset = pc - funcStart; in handleLsda() local
718 if ((start <= pcOffset) && (pcOffset < (start + length))) { in handleLsda()