Searched refs:ip_before_insn (Results 1 – 7 of 7) sorted by relevance
130 int ip_before_insn = 0; local161 ip = _Unwind_GetIPInfo (context, &ip_before_insn);165 if (! ip_before_insn)
140 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo() argument142 *ip_before_insn = 0; in _Unwind_GetIPInfo()
222 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo() argument224 *ip_before_insn = 0; in _Unwind_GetIPInfo()
313 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo() argument315 *ip_before_insn = _Unwind_IsSignalFrame (context); in _Unwind_GetIPInfo()
253 #define _Unwind_GetIPInfo(context, ip_before_insn) \ argument254 (*ip_before_insn = 0, _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
370 int ip_before_insn = 0; in PERSONALITY_FUNCTION() local438 ip = _Unwind_GetIPInfo (context, &ip_before_insn); in PERSONALITY_FUNCTION()442 if (! ip_before_insn) in PERSONALITY_FUNCTION()
1708 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo() argument1710 *ip_before_insn = 0; in _Unwind_GetIPInfo()