HomeSort by: relevance | last modified time | path
    Searched defs:_Unwind_GetGR (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libexecinfo/
unwind_arm_ehabi_stub.c 38 _Unwind_GetGR(struct _Unwind_Context *context, int regno)
50 return (_Unwind_Ptr)(_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1);
  /src/external/gpl3/gcc/dist/libgcc/
unwind-compat.c 118 _Unwind_GetGR (struct _Unwind_Context *context, int index)
122 symver (_Unwind_GetGR, GCC_3.0);
unwind-seh.c 82 _Unwind_GetGR (struct _Unwind_Context *c, int index)
unwind-sjlj.c 178 _Unwind_GetGR (struct _Unwind_Context *context, int index)
unwind-dw2.c 224 _Unwind_GetGR (struct _Unwind_Context *context, int regno)
263 return (void *)(_Unwind_Ptr) _Unwind_GetGR (context, index);
667 result = _Unwind_GetGR (context, op - DW_OP_reg0);
671 result = _Unwind_GetGR (context, reg);
707 result = _Unwind_GetGR (context, op - DW_OP_breg0) + offset;
712 result = _Unwind_GetGR (context, reg) + (_Unwind_Word)offset;
1218 _Unwind_GetGR (&orig_context,
1293 _Unwind_Word ra = _Unwind_GetGR (context, fs->retaddr_column);
1489 alias (_Unwind_GetGR);
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-compat.c 118 _Unwind_GetGR (struct _Unwind_Context *context, int index)
122 symver (_Unwind_GetGR, GCC_3.0);
unwind-seh.c 82 _Unwind_GetGR (struct _Unwind_Context *c, int index)
unwind-sjlj.c 178 _Unwind_GetGR (struct _Unwind_Context *context, int index)
unwind-dw2.c 226 _Unwind_GetGR (struct _Unwind_Context *context, int regno)
265 return (void *)(_Unwind_Ptr) _Unwind_GetGR (context, index);
669 result = _Unwind_GetGR (context, op - DW_OP_reg0);
673 result = _Unwind_GetGR (context, reg);
709 result = _Unwind_GetGR (context, op - DW_OP_breg0) + offset;
714 result = _Unwind_GetGR (context, reg) + (_Unwind_Word)offset;
1475 _Unwind_GetGR (&orig_context,
1550 _Unwind_Word ra = _Unwind_GetGR (context, fs->retaddr_column);
1746 alias (_Unwind_GetGR);
  /src/sys/lib/libunwind/
libunwind.cxx 254 uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) {
  /src/external/bsd/libc++/dist/libcxxrt/src/
unwind-arm.h 163 static inline unsigned long _Unwind_GetGR(struct _Unwind_Context *context, int reg)
176 return _Unwind_GetGR(context, 15) & ~1;
183 unsigned long thumbState = _Unwind_GetGR(context, 15) & 1;
215 if (exceptionObject->barrier_cache.sp == _Unwind_GetGR(context, 13))\
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c 121 _Unwind_GetGR (struct _Unwind_Context *context, int index)
443 context->ra = (void *) ((_Unwind_GetGR (context, fs->retaddr_column)
537 alias (_Unwind_GetGR);
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c 121 _Unwind_GetGR (struct _Unwind_Context *context, int index)
443 context->ra = (void *) ((_Unwind_GetGR (context, fs->retaddr_column)
537 alias (_Unwind_GetGR);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
unwind.h 212 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
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);
  /src/external/gpl3/gcc/dist/gcc/ginclude/
unwind-arm-common.h 221 _Unwind_GetGR (_Unwind_Context *context, int regno)
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
unwind-arm-common.h 220 _Unwind_GetGR (_Unwind_Context *context, int regno)
  /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
unwind-cr16.c 197 _Unwind_GetGR (struct _Unwind_Context *context, int index)
228 return (void *)(_Unwind_Ptr) _Unwind_GetGR (context, index);
637 result = _Unwind_GetGR (context, op - DW_OP_reg0);
641 result = _Unwind_GetGR (context, reg);
677 result = _Unwind_GetGR (context, op - DW_OP_breg0) + offset;
682 result = _Unwind_GetGR (context, reg) + (_Unwind_Word)offset;
1400 _Unwind_GetGR (&orig_context,
1679 alias (_Unwind_GetGR);
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
unwind-ia64.c 1672 _Unwind_GetGR (struct _Unwind_Context *context, int index)
2476 alias (_Unwind_GetGR);
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
unwind-ia64.c 1672 _Unwind_GetGR (struct _Unwind_Context *context, int index)
2476 alias (_Unwind_GetGR);

Completed in 29 milliseconds