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

/freebsd-current/contrib/libexecinfo/
H A Dunwind.c54 t->arr[t->n++] = (void *)_Unwind_GetIP(ctx);
/freebsd-current/contrib/llvm-project/libunwind/include/
H A Dunwind_itanium.h69 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
H A Dunwind_arm_ehabi.h159 uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { function
/freebsd-current/contrib/libcxxrt/
H A Dunwind-itanium.h96 extern unsigned long _Unwind_GetIP (struct _Unwind_Context *);
H A Dunwind-arm.h175 static inline unsigned long _Unwind_GetIP(_Unwind_Context *context) function
H A Ddwarf_eh.h413 uint64_t ip = _Unwind_GetIP(context) - _Unwind_GetRegionStart(context);
H A Dexception.cc696 void *ip = reinterpret_cast<void*>(_Unwind_GetIP(context));
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwind-wasm.c94 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { function
99 _LIBUNWIND_TRACE_API("_Unwind_GetIP(context=%p) => %lu", (void *)context,
H A DUnwindLevel1-gcc-ext.c261 return _Unwind_GetIP(context);
H A DUnwind-sjlj.c439 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { function
441 _LIBUNWIND_TRACE_API("_Unwind_GetIP(context=%p) => 0x%" PRIxPTR,
H A DUnwindLevel1.c567 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { function
571 _LIBUNWIND_TRACE_API("_Unwind_GetIP(context=%p) => 0x%" PRIxPTR,
H A DUnwind-EHABI.cpp119 uintptr_t pc = _Unwind_GetIP(context);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_fuchsia.cpp34 uptr pc = _Unwind_GetIP(ctx);
H A Dsanitizer_unwind_linux_libcdep.cpp69 return (uptr)_Unwind_GetIP(ctx);
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dbacktrace.c89 extern void* _Unwind_GetIP(void* ctx);
105 arg->result[arg->count++] = (void *)_Unwind_GetIP(uc);
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h230 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { function
244 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c222 uintptr_t pc = (uintptr_t)_Unwind_GetIP(context) - 1;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc689 void *IP = (void *)_Unwind_GetIP(Context);
/freebsd-current/contrib/jemalloc/src/
H A Dprof.c616 ip = (void *)_Unwind_GetIP(context);

Completed in 286 milliseconds