Home
last modified time | relevance | path

Searched refs:_Unwind_GetIP (Results 1 – 25 of 28) sorted by relevance

12

/external/libunwind/src/unwind/
DGetIP.c29 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() function
38 ALIAS (_Unwind_GetIP);
/external/libunwind_llvm/src/
DUnwind_AppleExtras.cpp88 NOT_HERE_BEFORE_10_6(_Unwind_GetIP)
129 NOT_HERE_BEFORE_5_0(_Unwind_GetIP)
DUnwindLevel1-gcc-ext.c225 return _Unwind_GetIP(context); in _Unwind_GetIPInfo()
DUnwind-sjlj.c424 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() function
DUnwindLevel1.c488 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() function
DUnwind-EHABI.cpp111 uintptr_t pc = _Unwind_GetIP(context); in ProcessDescriptors()
/external/clang/lib/Headers/
Dunwind.h196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() function
210 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *);
/external/libunwind_llvm/include/
Dunwind.h224 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
256 uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() function
/external/libunwind/include/
Dunwind.h92 extern unsigned long _Unwind_GetIP (struct _Unwind_Context *);
/external/v8/src/base/debug/
Dstack_trace_android.cc37 uintptr_t ip = _Unwind_GetIP(context); in TraceStackFrame()
/external/libchrome/base/debug/
Dstack_trace_android.cc41 uintptr_t ip = _Unwind_GetIP(context); in TraceStackFrame()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cc98 return _Unwind_GetIP(ctx); in Unwind_GetIP()
/external/linux-kselftest/tools/testing/selftests/x86/
Dunwind_vdso.c99 unsigned long ip = _Unwind_GetIP(ctx); in trace_fn()
/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c198 uintptr_t pc = _Unwind_GetIP(context)-1; in __gcc_personality_sj0()
/external/perfetto/src/base/
Ddebug_crash_stack_trace.cc96 uintptr_t ip = _Unwind_GetIP(context); in TraceStackFrame()
/external/libunwind/tests/
Dcheck-namespace.sh.in263 match _Unwind_GetIP
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp135 extern uintptr_t _Unwind_GetIP (_Unwind_Context_t context);
663 uintptr_t pc = _Unwind_GetIP(context)-1; in handleLsda()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp138 extern uintptr_t _Unwind_GetIP (_Unwind_Context_t context);
637 uintptr_t pc = _Unwind_GetIP(context)-1; in handleLsda()
/external/libcxxabi/src/
Dcxa_personality.cpp616 uintptr_t ip = _Unwind_GetIP(context) - 1; in scan_eh_tab()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DSignals.inc368 void *IP = (void *)_Unwind_GetIP(Context);
/external/llvm/lib/Support/Unix/
DSignals.inc368 void *IP = (void *)_Unwind_GetIP(Context);
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp613 uintptr_t pc = _Unwind_GetIP(context)-1; in handleLsda()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DSignals.inc456 void *IP = (void *)_Unwind_GetIP(Context);
/external/jemalloc/src/
Dprof.c343 ip = (void *)_Unwind_GetIP(context); in prof_unwind_callback()
/external/jemalloc_new/src/
Dprof.c348 ip = (void *)_Unwind_GetIP(context); in prof_unwind_callback()

12