Searched refs:_Unwind_GetIP (Results 1 - 19 of 19) sorted by relevance

/external/libunwind/src/unwind/
H A DGetIP.c29 _Unwind_GetIP (struct _Unwind_Context *context) function
38 ALIAS (_Unwind_GetIP); variable
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dgetpc.h183 return reinterpret_cast<void*>(_Unwind_GetIP(
H A Dstacktrace_android-inl.h73 // Vanilla Clang's unwind.h doesn't have _Unwind_GetIP for ARM.
79 uintptr_t ip = _Unwind_GetIP(context);
/external/libunwind/include/
H A Dunwind.h92 extern unsigned long _Unwind_GetIP (struct _Unwind_Context *);
/external/clang/lib/Headers/
H A Dunwind.h179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { function
193 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *);
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c52 COMPILER_RT_ABI uintptr_t _Unwind_GetIP(_Unwind_Context_t context);
206 uintptr_t pc = _Unwind_GetIP(context)-1;
/external/libcxxabi/src/Unwind/
H A DUnwind_AppleExtras.cpp89 NOT_HERE_BEFORE_10_6(_Unwind_GetIP)
130 NOT_HERE_BEFORE_5_0(_Unwind_GetIP)
H A DUnwind-sjlj.c379 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { function
381 _LIBUNWIND_TRACE_API("_Unwind_GetIP(context=%p) => 0x%lX\n", context,
H A DUnwindLevel1-gcc-ext.c209 return _Unwind_GetIP(context);
H A DUnwindLevel1.c446 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { function
450 _LIBUNWIND_TRACE_API("_Unwind_GetIP(context=%p) => 0x%llX\n", context,
H A DUnwind-EHABI.cpp115 uintptr_t pc = _Unwind_GetIP(context);
/external/chromium_org/base/debug/
H A Dstack_trace_android.cc37 uintptr_t ip = _Unwind_GetIP(context);
/external/libcxxabi/include/
H A Dunwind.h223 static inline uintptr_t _Unwind_GetIP(struct _Unwind_Context* context) { function
237 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
289 // personality handler. Similar to _Unwind_GetIP() but also returns in
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler_hooks_android.c193 uintptr_t ip = _Unwind_GetIP(ctx);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc216 return _Unwind_GetIP(ctx);
/external/libunwind/tests/
H A Dcheck-namespace.sh.in263 match _Unwind_GetIP
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp133 extern uintptr_t _Unwind_GetIP (_Unwind_Context_t context);
661 uintptr_t pc = _Unwind_GetIP(context)-1;
/external/jemalloc/src/
H A Dprof.c192 ip = (void *)_Unwind_GetIP(context);
/external/libcxxabi/src/
H A Dcxa_personality.cpp584 uintptr_t ip = _Unwind_GetIP(context) - 1;

Completed in 5355 milliseconds