Searched refs:_Unwind_GetIP (Results 1 - 25 of 31) sorted by path

12

/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c1079 _Unwind_GetIP (struct _Unwind_Context *context) function
H A Dunwind-arm.h268 #define _Unwind_GetIP(context) \ macro
279 _Unwind_Ptr _Unwind_GetIP (struct _Unwind_Context *);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetware-libgcc.exp66 _Unwind_GetIP,
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1709 _Unwind_GetIP (struct _Unwind_Context *context)
2404 return _Unwind_GetIP (context);
2417 alias (_Unwind_GetIP);
1702 _Unwind_GetIP (struct _Unwind_Context *context) function
2409 alias (_Unwind_GetIP); variable
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fallback.c51 uint32_t *pc = (uint32_t *)_Unwind_GetIP (context);
/freebsd-11-stable/contrib/gcc/
H A Dunwind-c.c163 ip = _Unwind_GetIP (context);
H A Dunwind-compat.c133 _Unwind_GetIP (struct _Unwind_Context *context) function
137 symver (_Unwind_GetIP, GCC_3.0);
H A Dunwind-dw2.c280 _Unwind_GetIP (struct _Unwind_Context *context)
1531 return _Unwind_GetIP (context);
1546 alias (_Unwind_GetIP);
277 _Unwind_GetIP (struct _Unwind_Context *context) function
1538 alias (_Unwind_GetIP); variable
H A Dunwind-generic.h157 extern _Unwind_Ptr _Unwind_GetIP (struct _Unwind_Context *);
H A Dunwind-sjlj.c218 _Unwind_GetIP (struct _Unwind_Context *context)
216 _Unwind_GetIP (struct _Unwind_Context *context) function
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c343 ip = (void *)_Unwind_GetIP(context);
/freebsd-11-stable/contrib/libexecinfo/
H A Dunwind.c54 t->arr[t->n++] = _Unwind_GetIP(ctx);
H A Dunwind.h55 _Unwind_Ptr _Unwind_GetIP(struct _Unwind_Context *);
H A Dunwind_arm_ehabi_stub.c44 _Unwind_GetIP(struct _Unwind_Context *context) function
53 return _Unwind_GetIP(context);
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_personality.cc441 ip = _Unwind_GetIP (context);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dbacktrace.c89 extern void* _Unwind_GetIP(void* ctx);
105 arg->result[arg->count++] = (void *)_Unwind_GetIP(uc);
/freebsd-11-stable/include/
H A Dunwind.h94 extern unsigned long _Unwind_GetIP (struct _Unwind_Context *);
/freebsd-11-stable/contrib/libcxxrt/
H A Ddwarf_eh.h413 uint64_t ip = _Unwind_GetIP(context) - _Unwind_GetRegionStart(context);
H A Dexception.cc681 void *ip = reinterpret_cast<void*>(_Unwind_GetIP(context));
H A Dunwind-arm.h175 static inline unsigned long _Unwind_GetIP(_Unwind_Context *context) function
H A Dunwind-itanium.h93 extern unsigned long _Unwind_GetIP (struct _Unwind_Context *);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h225 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { function
239 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c208 uintptr_t pc = (uintptr_t)_Unwind_GetIP(context) - 1;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_markup.cpp113 uptr pc = _Unwind_GetIP(ctx);
H A Dsanitizer_unwind_linux_libcdep.cpp69 return (uptr)_Unwind_GetIP(ctx);

Completed in 331 milliseconds

12