Home
last modified time | relevance | path

Searched refs:_Unwind_GetGR (Results 1 – 7 of 7) sorted by relevance

/sysdeps/m68k/
A Dunwind-arch.h25 __typeof (_Unwind_GetGR) *ptr__Unwind_GetGR;
A Dbacktrace.c46 = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetGR) (ctx, 14); in backtrace_helper()
/sysdeps/i386/
A Dunwind-arch.h26 __typeof (_Unwind_GetGR) *ptr__Unwind_GetGR;
A Dbacktrace.c46 = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetGR) (ctx, 5); in backtrace_helper()
/sysdeps/generic/
A Dunwind.h144 extern _Unwind_Word _Unwind_GetGR (struct _Unwind_Context *, int);
200 return _Unwind_GetGR (_C, 1); in _Unwind_GetDataRelBase()
A Dunwind-dw2.c174 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() function
451 result = _Unwind_GetGR (context, op - DW_OP_reg0); in execute_stack_op()
455 result = _Unwind_GetGR (context, reg); in execute_stack_op()
491 result = _Unwind_GetGR (context, op - DW_OP_breg0) + offset; in execute_stack_op()
496 result = _Unwind_GetGR (context, reg) + offset; in execute_stack_op()
1112 cfa = (void *) (_Unwind_Ptr) _Unwind_GetGR (&orig_context, fs->cfa_reg); in uw_update_context_1()
1175 ((void *) (_Unwind_Ptr) _Unwind_GetGR (context, fs->retaddr_column)); in uw_update_context()
1274 _Unwind_GetGR (target, __builtin_dwarf_sp_column ()); in uw_install_context_1()
/sysdeps/arm/
A Dunwind.h246 _Unwind_GetGR (_Unwind_Context *context, int regno) in _Unwind_GetGR() function
255 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
266 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))

Completed in 10 milliseconds