HomeSort by relevance Sort by last modified time
    Searched refs:funcStart (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/
gcc_personality_v0.c 205 uintptr_t funcStart = _Unwind_GetRegionStart(context);
206 uintptr_t pcOffset = pc - funcStart;
239 _Unwind_SetIP(context, funcStart+landingPad);
  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 97 uintptr_t funcStart = _Unwind_GetRegionStart(context);
98 uintptr_t ipOffset = ip - funcStart;
103 lpStart = (const uint8_t*)funcStart;
394 uintptr_t funcStart = _Unwind_GetRegionStart(ctx);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 665 uintptr_t funcStart = _Unwind_GetRegionStart(context);
666 uintptr_t pcOffset = pc - funcStart;
787 _Unwind_SetIP(context, funcStart + landingPad);
    [all...]

Completed in 1187 milliseconds