Home
last modified time | relevance | path

Searched refs:funcStart (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dgcc_personality_v0.c168 uintptr_t funcStart = _Unwind_GetRegionStart(context); in __gcc_personality_sj0() local
169 uintptr_t pcOffset = pc - funcStart; in __gcc_personality_sj0()
202 _Unwind_SetIP(context, (funcStart + landingPad)); in __gcc_personality_sj0()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp616 uintptr_t funcStart = _Unwind_GetRegionStart(context); in handleLsda() local
617 uintptr_t pcOffset = pc - funcStart; in handleLsda()
738 _Unwind_SetIP(context, funcStart + landingPad); in handleLsda()