Searched refs:_Unwind_GetIP (Results 1 – 21 of 21) sorted by relevance
89 extern void* _Unwind_GetIP(void* ctx);105 arg->result[arg->count++] = (void *)_Unwind_GetIP(uc); in btcallback()
54 t->arr[t->n++] = (void *)_Unwind_GetIP(ctx); in tracer()
230 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() function244 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *);
69 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
159 uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() function
34 uptr pc = _Unwind_GetIP(ctx); in Unwind_Trace()
69 return (uptr)_Unwind_GetIP(ctx); in Unwind_GetIP()
94 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() function
261 return _Unwind_GetIP(context); in _Unwind_GetIPInfo()
439 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() function
567 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP() function
119 uintptr_t pc = _Unwind_GetIP(context); in ProcessDescriptors()
96 extern unsigned long _Unwind_GetIP (struct _Unwind_Context *);
175 static inline unsigned long _Unwind_GetIP(_Unwind_Context *context) in _Unwind_GetIP() function
413 uint64_t ip = _Unwind_GetIP(context) - _Unwind_GetRegionStart(context); in dwarf_eh_find_callsite()
321 void *ip = reinterpret_cast<void*>(_Unwind_GetIP(context)); in trace()
77 _Unwind_GetIP;
222 uintptr_t pc = (uintptr_t)_Unwind_GetIP(context) - 1; in __gcc_personality_sj0()
689 void *IP = (void *)_Unwind_GetIP(Context);
616 ip = (void *)_Unwind_GetIP(context); in prof_unwind_callback()
139 fun:_Unwind_GetIP=uninstrumented