| /freebsd-10-stable/contrib/libcxxrt/ |
| D | unwind-arm.h | 161 static inline unsigned long _Unwind_GetGR(struct _Unwind_Context *context, int reg) in _Unwind_GetGR() function 174 return _Unwind_GetGR(context, 15) & ~1; in _Unwind_GetIP() 181 unsigned long thumbState = _Unwind_GetGR(context, 15) & 1; in _Unwind_SetIP() 213 if (exceptionObject->barrier_cache.sp == _Unwind_GetGR(context, 13))\
|
| D | unwind-itanium.h | 90 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int);
|
| D | exception.cc | 76 ucb->barrier_cache.sp = _Unwind_GetGR(context, 13); in saveLandingPad()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | unwind.h | 166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() function 180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP() 186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; in _Unwind_SetIP() 190 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int);
|
| /freebsd-10-stable/contrib/gcc/config/arm/ |
| D | unwind-arm.h | 249 _Unwind_GetGR (_Unwind_Context *context, int regno) in _Unwind_GetGR() 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))
|
| D | unwind-arm.c | 736 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP); in unwind_UCB_from_context() 874 addr = _Unwind_GetGR (context, R_PC); in __gnu_unwind_pr_common() 930 _Unwind_GetGR (context, R_SP); in __gnu_unwind_pr_common() 938 else if (ucbp->barrier_cache.sp == _Unwind_GetGR (context, R_SP) in __gnu_unwind_pr_common() 979 _Unwind_GetGR (context, R_SP); in __gnu_unwind_pr_common() 987 else if (ucbp->barrier_cache.sp == _Unwind_GetGR (context, R_SP) in __gnu_unwind_pr_common() 1030 _Unwind_SetGR (context, R_LR, _Unwind_GetGR (context, R_PC)); in __gnu_unwind_pr_common() 1083 return _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1; in _Unwind_GetIP() 1090 return _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1; in _Unwind_GetIPInfo()
|
| D | pr-support.c | 349 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP); in unwind_UCB_from_context()
|
| /freebsd-10-stable/contrib/libexecinfo/ |
| D | unwind_arm_ehabi_stub.c | 34 _Unwind_GetGR(struct _Unwind_Context *context, int regno) in _Unwind_GetGR() function 46 return (_Unwind_Ptr)(_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1); in _Unwind_GetIP()
|
| D | unwind.h | 54 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int);
|
| /freebsd-10-stable/contrib/gcc/config/rs6000/ |
| D | aix.h | 230 _Unwind_GetGR ((CTX), LINK_REGISTER_REGNUM); \ 242 _Unwind_GetGR ((CTX), LINK_REGISTER_REGNUM); \
|
| D | darwin-fallback.c | 63 gprs[i] = _Unwind_GetGR (context, i); in interpret_libc() 64 cr = _Unwind_GetGR (context, CR2_REGNO); in interpret_libc()
|
| D | freebsd.h | 235 _Unwind_GetGR ((CTX), LINK_REGISTER_REGNUM); \
|
| D | linux-unwind.h | 343 = (unsigned int *) _Unwind_GetGR (context, LINK_REGISTER_REGNUM); in frob_update_context()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | unwind-generic.h | 154 extern _Unwind_Word _Unwind_GetGR (struct _Unwind_Context *, int); 212 return _Unwind_GetGR (_C, 1); in _Unwind_GetDataRelBase()
|
| D | unwind-compat.c | 124 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() function 128 symver (_Unwind_GetGR, GCC_3.0);
|
| D | unwind-dw2.c | 157 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() function 188 return (void *)(_Unwind_Ptr) _Unwind_GetGR (context, index); in _Unwind_GetPtr() 562 result = _Unwind_GetGR (context, op - DW_OP_reg0); in execute_stack_op() 566 result = _Unwind_GetGR (context, reg); in execute_stack_op() 602 result = _Unwind_GetGR (context, op - DW_OP_breg0) + offset; in execute_stack_op() 607 result = _Unwind_GetGR (context, reg) + offset; in execute_stack_op() 1309 _Unwind_GetGR (&orig_context, in uw_update_context_1() 1528 alias (_Unwind_GetGR);
|
| D | unwind-sjlj.c | 181 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() function
|
| D | libgcc-std.ver | 151 _Unwind_GetGR
|
| D | ChangeLog | 2012 (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
|
| D | ChangeLog-2003 | 4233 * unwind-dw2.c (_Unwind_GetGR): Avoid warning about unsigned 7148 (_Unwind_GetGR, _Unwind_SetGR): Validate lookup column. 13710 * unwind-dw2.c (_Unwind_GetGR): Use dwarf_reg_size_table 30090 (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
|
| D | ChangeLog-2006 | 10213 (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
|
| /freebsd-10-stable/include/ |
| D | unwind.h | 92 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int);
|
| /freebsd-10-stable/contrib/libstdc++/libsupc++/ |
| D | eh_personality.cc | 162 ue_header->barrier_cache.sp = _Unwind_GetGR(context, 13); in save_caught_exception() 384 && ue_header->barrier_cache.sp == _Unwind_GetGR(context, 13)) in PERSONALITY_FUNCTION()
|
| /freebsd-10-stable/contrib/gcc/config/ia64/ |
| D | unwind-ia64.c | 1669 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() function 2408 alias (_Unwind_GetGR);
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | libgcc.texi | 702 _Unwind_GetGR
|