Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c167 uintptr_t funcStart = _Unwind_GetRegionStart(context); in __gcc_personality_sj0() local
168 uintptr_t pcOffset = pc - funcStart; in __gcc_personality_sj0()
201 _Unwind_SetIP(context, funcStart+landingPad); in __gcc_personality_sj0()
/external/libcxxabi/src/Unwind/
DUnwindCursor.hpp942 pint_t funcStart = 0; in getInfoFromCompactEncodingSection() local
982 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection()
983 if (pc < funcStart) { in getInfoFromCompactEncodingSection()
988 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
996 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1030 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset in getInfoFromCompactEncodingSection()
1038 if (pc < funcStart) { in getInfoFromCompactEncodingSection()
1041 (uint64_t) pc, (uint64_t) funcStart); in getInfoFromCompactEncodingSection()
1075 uint32_t funcStartOffset = (uint32_t)(funcStart - sects.dso_base); in getInfoFromCompactEncodingSection()
1130 (uint64_t) pc, encoding, (uint64_t) lsda, (uint64_t) funcStart); in getInfoFromCompactEncodingSection()
[all …]
/external/libcxxabi/src/
Dcxa_personality.cpp597 uintptr_t funcStart = _Unwind_GetRegionStart(context); in scan_eh_tab() local
609 uintptr_t ipOffset = ip - funcStart; in scan_eh_tab()
618 lpStart = (const uint8_t*)funcStart; in scan_eh_tab()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp666 uintptr_t funcStart = _Unwind_GetRegionStart(context); in handleLsda() local
667 uintptr_t pcOffset = pc - funcStart; in handleLsda()
788 _Unwind_SetIP(context, funcStart + landingPad); in handleLsda()