Searched refs:funcStart (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/builtins/ |
D | gcc_personality_v0.c | 199 uintptr_t funcStart = _Unwind_GetRegionStart(context); in __gcc_personality_sj0() local 200 uintptr_t pcOffset = pc - funcStart; in __gcc_personality_sj0() 233 _Unwind_SetIP(context, (funcStart + landingPad)); in __gcc_personality_sj0()
|
/external/libunwind_llvm/src/ |
D | UnwindCursor.hpp | 959 pint_t funcStart = 0; in getInfoFromCompactEncodingSection() local 999 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection() 1000 if (pc < funcStart) { in getInfoFromCompactEncodingSection() 1005 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection() 1013 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection() 1047 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset in getInfoFromCompactEncodingSection() 1055 if (pc < funcStart) { in getInfoFromCompactEncodingSection() 1058 (uint64_t) pc, (uint64_t) funcStart); in getInfoFromCompactEncodingSection() 1092 uint32_t funcStartOffset = (uint32_t)(funcStart - sects.dso_base); in getInfoFromCompactEncodingSection() 1147 (uint64_t) pc, encoding, (uint64_t) lsda, (uint64_t) funcStart); in getInfoFromCompactEncodingSection() [all …]
|
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 610 uintptr_t funcStart = _Unwind_GetRegionStart(context); in scan_eh_tab() local 622 uintptr_t ipOffset = ip - funcStart; in scan_eh_tab() 631 lpStart = (const uint8_t*)funcStart; in scan_eh_tab()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 667 uintptr_t funcStart = _Unwind_GetRegionStart(context); in handleLsda() local 668 uintptr_t pcOffset = pc - funcStart; in handleLsda() 789 _Unwind_SetIP(context, funcStart + landingPad); in handleLsda()
|
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 641 uintptr_t funcStart = _Unwind_GetRegionStart(context); in handleLsda() local 642 uintptr_t pcOffset = pc - funcStart; in handleLsda() 765 _Unwind_SetIP(context, funcStart + landingPad); in handleLsda()
|