Searched refs:_Unwind_GetGR (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/contrib/libexecinfo/
H A Dunwind_arm_ehabi_stub.c34 _Unwind_GetGR(struct _Unwind_Context *context, int regno) function
46 return (_Unwind_Ptr)(_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1);
H A Dunwind.h54 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetware-libgcc.exp65 _Unwind_GetGR,
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.h253 _Unwind_GetGR (_Unwind_Context *context, int regno) function
269 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
272 (*ip_before_insn = 0, _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
277 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
H A Dunwind-arm.c737 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP);
872 addr = _Unwind_GetGR (context, R_PC);
928 _Unwind_GetGR (context, R_SP);
936 else if (ucbp->barrier_cache.sp == _Unwind_GetGR (context, R_SP)
977 _Unwind_GetGR (context, R_SP);
985 else if (ucbp->barrier_cache.sp == _Unwind_GetGR (context, R_SP)
1028 _Unwind_SetGR (context, R_LR, _Unwind_GetGR (context, R_PC));
1081 return _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1;
1088 return _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1;
1094 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (contex
[all...]
H A Dpr-support.c349 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP);
/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-arm.h165 static inline unsigned long _Unwind_GetGR(struct _Unwind_Context *context, int reg) function
178 return _Unwind_GetGR(context, 15) & ~1;
185 unsigned long thumbState = _Unwind_GetGR(context, 15) & 1;
217 if (exceptionObject->barrier_cache.sp == _Unwind_GetGR(context, 13))\
H A Dunwind-itanium.h91 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int);
H A Dexception.cc76 ucb->barrier_cache.sp = _Unwind_GetGR(context, 13);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daix.h230 _Unwind_GetGR ((CTX), LINK_REGISTER_REGNUM); \
242 _Unwind_GetGR ((CTX), LINK_REGISTER_REGNUM); \
H A Dfreebsd.h235 _Unwind_GetGR ((CTX), LINK_REGISTER_REGNUM); \
H A Ddarwin-fallback.c63 gprs[i] = _Unwind_GetGR (context, i);
64 cr = _Unwind_GetGR (context, CR2_REGNO);
H A Dlinux-unwind.h343 = (unsigned int *) _Unwind_GetGR (context, LINK_REGISTER_REGNUM);
/freebsd-11-stable/contrib/gcc/
H A Dunwind-compat.c124 _Unwind_GetGR (struct _Unwind_Context *context, int index) function
128 symver (_Unwind_GetGR, GCC_3.0);
H A Dunwind-generic.h154 extern _Unwind_Word _Unwind_GetGR (struct _Unwind_Context *, int);
212 return _Unwind_GetGR (_C, 1);
H A Dunwind-sjlj.c183 _Unwind_GetGR (struct _Unwind_Context *context, int index)
181 _Unwind_GetGR (struct _Unwind_Context *context, int index) function
H A Dunwind-dw2.c160 _Unwind_GetGR (struct _Unwind_Context *context, int index)
191 return (void *)(_Unwind_Ptr) _Unwind_GetGR (context, index);
566 result = _Unwind_GetGR (context, op - DW_OP_reg0);
570 result = _Unwind_GetGR (context, reg);
606 result = _Unwind_GetGR (context, op - DW_OP_breg0) + offset;
611 result = _Unwind_GetGR (context, reg) + offset;
1316 _Unwind_GetGR (&orig_context,
1545 alias (_Unwind_GetGR);
157 _Unwind_GetGR (struct _Unwind_Context *context, int index) function
1537 alias (_Unwind_GetGR); variable
/freebsd-11-stable/include/
H A Dunwind.h92 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int);
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h225 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
247 uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) { function
262 return _Unwind_GetGR(context, 15) & (~(uintptr_t)0x1);
267 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h212 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { function
226 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
232 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1;
236 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int);
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind_AppleExtras.cpp87 NOT_HERE_BEFORE_10_6(_Unwind_GetGR)
134 NOT_HERE_BEFORE_5_0(_Unwind_GetGR)
H A DUnwind-sjlj.c405 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, function
407 _LIBUNWIND_TRACE_API("_Unwind_GetGR(context=%p, reg=%d)", (void *)context,
H A DUnwindLevel1.c475 _Unwind_GetGR(struct _Unwind_Context *context, int index) { function
479 _LIBUNWIND_TRACE_API("_Unwind_GetGR(context=%p, reg=%d) => 0x%" PRIxPTR,
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_personality.cc163 ue_header->barrier_cache.sp = _Unwind_GetGR(context, 13);
385 && ue_header->barrier_cache.sp == _Unwind_GetGR(context, 13))
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1676 _Unwind_GetGR (struct _Unwind_Context *context, int index)
2416 alias (_Unwind_GetGR);
1669 _Unwind_GetGR (struct _Unwind_Context *context, int index) function
2408 alias (_Unwind_GetGR); variable

Completed in 191 milliseconds