Searched refs:funcStart (Results 1 – 7 of 7) 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 | 1575 pint_t funcStart = 0; in getInfoFromCompactEncodingSection() local 1615 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection() 1616 if (pc < funcStart) { in getInfoFromCompactEncodingSection() 1621 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection() 1629 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection() 1663 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset in getInfoFromCompactEncodingSection() 1671 if (pc < funcStart) { in getInfoFromCompactEncodingSection() 1674 (uint64_t) pc, (uint64_t) funcStart); in getInfoFromCompactEncodingSection() 1708 uint32_t funcStartOffset = (uint32_t)(funcStart - sects.dso_base); in getInfoFromCompactEncodingSection() 1763 (uint64_t) pc, encoding, (uint64_t) lsda, (uint64_t) funcStart); in getInfoFromCompactEncodingSection() [all …]
|
/external/syzkaller/pkg/report/ |
D | linux.go | 355 var funcStart uint64 357 if funcStart == 0 || int(size) == s.Size { 358 funcStart = s.Addr 361 frames, err := symbFunc(vmlinux, funcStart+off-1)
|
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 619 uintptr_t funcStart = _Unwind_GetRegionStart(context); in scan_eh_tab() local 631 uintptr_t ipOffset = ip - funcStart; in scan_eh_tab() 640 lpStart = (const uint8_t*)funcStart; in scan_eh_tab()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 617 uintptr_t funcStart = _Unwind_GetRegionStart(context); in handleLsda() local 618 uintptr_t pcOffset = pc - funcStart; in handleLsda() 739 _Unwind_SetIP(context, funcStart + landingPad); in handleLsda()
|
/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()
|