Searched refs:ip_before_insn (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dunwind-c.c130 int ip_before_insn = 0; local
161 ip = _Unwind_GetIPInfo (context, &ip_before_insn);
165 if (! ip_before_insn)
H A Dunwind-compat.c140 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) argument
142 *ip_before_insn = 0;
H A Dunwind-sjlj.c224 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn)
226 *ip_before_insn = 0;
222 _Unwind_GetIPInfo(struct _Unwind_Context *context, int *ip_before_insn) argument
H A Dunwind-dw2.c289 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn)
291 *ip_before_insn = _Unwind_IsSignalFrame (context);
286 _Unwind_GetIPInfo(struct _Unwind_Context *context, int *ip_before_insn) argument
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.h271 #define _Unwind_GetIPInfo(context, ip_before_insn) \
272 (*ip_before_insn = 0, _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
H A Dunwind-arm.c1085 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) argument
1087 *ip_before_insn = 0;
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_personality.cc371 int ip_before_insn = 0;
439 ip = _Unwind_GetIPInfo (context, &ip_before_insn);
443 if (! ip_before_insn)
370 int ip_before_insn = 0; local
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1715 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn)
1717 *ip_before_insn = 0;
1708 _Unwind_GetIPInfo(struct _Unwind_Context *context, int *ip_before_insn) argument

Completed in 89 milliseconds