Searched refs:SP_RSP (Results 1 – 4 of 4) sorted by relevance
131 new_ctx->current_regs[SP_RSP] = old_ctx->cfa; in _Unw_Propagate_Registers()161 ctx->entry_regs[SP_RSP] = ctx->cfa; in fix_cfa()244 if (ctx->current_regs[FP_RBP] < ctx->current_regs[SP_RSP]) { in _Unw_Rollback_Registers()253 ctx->entry_regs[SP_RSP] = ctx->cfa; in _Unw_Rollback_Registers()275 if (ctx->cfa < ctx->current_regs[SP_RSP]) { in _Unw_Rollback_Registers()384 case SP_RSP: in _Unw_get_val()
47 #define SP_RSP 7 /* stack pointer */ macro
239 ctx->current_regs[SP_RSP] = fp2 + 16; in finish_capture()
262 #define SP_RSP 7 /* callee saves */ macro