Home
last modified time | relevance | path

Searched refs:ip_before_insn (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dunwind-c.c130 int ip_before_insn = 0; local
161 ip = _Unwind_GetIPInfo (context, &ip_before_insn);
165 if (! ip_before_insn)
Dunwind-compat.c140 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo() argument
142 *ip_before_insn = 0; in _Unwind_GetIPInfo()
Dunwind-sjlj.c222 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo() argument
224 *ip_before_insn = 0; in _Unwind_GetIPInfo()
Dunwind-dw2.c313 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo() argument
315 *ip_before_insn = _Unwind_IsSignalFrame (context); in _Unwind_GetIPInfo()
/openbsd/src/gnu/gcc/gcc/config/arm/
Dunwind-arm.h253 #define _Unwind_GetIPInfo(context, ip_before_insn) \ argument
254 (*ip_before_insn = 0, _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
/openbsd/src/gnu/gcc/libstdc++-v3/libsupc++/
Deh_personality.cc370 int ip_before_insn = 0; in PERSONALITY_FUNCTION() local
438 ip = _Unwind_GetIPInfo (context, &ip_before_insn); in PERSONALITY_FUNCTION()
442 if (! ip_before_insn) in PERSONALITY_FUNCTION()
/openbsd/src/gnu/gcc/gcc/config/ia64/
Dunwind-ia64.c1708 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo() argument
1710 *ip_before_insn = 0; in _Unwind_GetIPInfo()