Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/libntp/lib/isc/
H A Dbacktrace.c89 extern void* _Unwind_GetIP(void* ctx);
105 arg->result[arg->count++] = (void *)_Unwind_GetIP(uc); in btcallback()
/freebsd-14.2/contrib/libexecinfo/
H A Dunwind.c54 t->arr[t->n++] = (void *)_Unwind_GetIP(ctx); in tracer()
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h230 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() function
244 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *);
/freebsd-14.2/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) { in _Unwind_GetIP() function
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_fuchsia.cpp34 uptr pc = _Unwind_GetIP(ctx); in Unwind_Trace()
H A Dsanitizer_unwind_linux_libcdep.cpp69 return (uptr)_Unwind_GetIP(ctx); in Unwind_GetIP()
/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwind-wasm.c94 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() function
H A DUnwindLevel1-gcc-ext.c261 return _Unwind_GetIP(context); in _Unwind_GetIPInfo()
H A DUnwind-sjlj.c439 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() function
H A DUnwindLevel1.c567 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() function
H A DUnwind-EHABI.cpp119 uintptr_t pc = _Unwind_GetIP(context); in ProcessDescriptors()
/freebsd-14.2/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) in _Unwind_GetIP() function
H A Ddwarf_eh.h413 uint64_t ip = _Unwind_GetIP(context) - _Unwind_GetRegionStart(context); in dwarf_eh_find_callsite()
H A Dexception.cc321 void *ip = reinterpret_cast<void*>(_Unwind_GetIP(context)); in trace()
/freebsd-14.2/lib/libgcc_s/
H A DSymbol.map77 _Unwind_GetIP;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c222 uintptr_t pc = (uintptr_t)_Unwind_GetIP(context) - 1; in __gcc_personality_sj0()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc689 void *IP = (void *)_Unwind_GetIP(Context);
/freebsd-14.2/contrib/jemalloc/src/
H A Dprof.c616 ip = (void *)_Unwind_GetIP(context); in prof_unwind_callback()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt139 fun:_Unwind_GetIP=uninstrumented