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

/freebsd-10.0-release/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-10.0-release/contrib/gcc/config/i386/
H A Dnetware-libgcc.exp65 _Unwind_GetGR,
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Dunwind-arm.h249 _Unwind_GetGR (_Unwind_Context *context, int regno) function
259 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
262 (*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.c736 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP);
874 addr = _Unwind_GetGR (context, R_PC);
930 _Unwind_GetGR (context, R_SP);
938 else if (ucbp->barrier_cache.sp == _Unwind_GetGR (context, R_SP)
979 _Unwind_GetGR (context, R_SP);
987 else if (ucbp->barrier_cache.sp == _Unwind_GetGR (context, R_SP)
1030 _Unwind_SetGR (context, R_LR, _Unwind_GetGR (context, R_PC));
1083 return _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1;
1090 return _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1;
H A Dpr-support.c349 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP);
/freebsd-10.0-release/contrib/libcxxrt/
H A Dunwind-arm.h157 static inline unsigned long _Unwind_GetGR(struct _Unwind_Context *context, int reg) function
170 return _Unwind_GetGR(context, 15) & ~1;
177 unsigned long thumbState = _Unwind_GetGR(context, 15) & 1;
209 if (exceptionObject->barrier_cache.sp == _Unwind_GetGR(context, 13))\
H A Dunwind-itanium.h90 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int);
H A Dexception.cc76 ucb->barrier_cache.sp = _Unwind_GetGR(context, 13);
/freebsd-10.0-release/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-10.0-release/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,
1536 alias (_Unwind_GetGR);
157 _Unwind_GetGR (struct _Unwind_Context *context, int index) function
1528 alias (_Unwind_GetGR); variable
/freebsd-10.0-release/include/
H A Dunwind.h92 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int);
/freebsd-10.0-release/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-10.0-release/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 158 milliseconds