Home
last modified time | relevance | path

Searched refs:UCONTEXT_REG_SP (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-sigcontext.h377 #define UCONTEXT_REG_SP(ctx) (((ucontext_t*)(ctx))->uc_mcontext->__ss.__sp) macro
409 #define UCONTEXT_REG_SP(ctx) (((arm_ucontext*)(ctx))->sig_ctx.arm_sp) macro
429 #define UCONTEXT_REG_SP(ctx) (((ucontext_t*)(ctx))->uc_mcontext.__gregs[_REG_SP]) macro
452 #define UCONTEXT_REG_SP(ctx) NULL macro
460 #define UCONTEXT_REG_SP(ctx) (((ucontext64_t*)(ctx))->uc_mcontext64->__ss.__sp) macro
467 #define UCONTEXT_REG_SP(ctx) (((ucontext_t*)(ctx))->uc_mcontext.mc_gpregs.gp_sp) macro
473 #define UCONTEXT_REG_SP(ctx) (((ucontext_t*)(ctx))->uc_mcontext.sp) macro
H A Dmono-context.c365 mctx->regs [ARMREG_SP] = UCONTEXT_REG_SP (my_uc); in mono_sigctx_to_monoctx()
383 UCONTEXT_REG_SP (my_uc) = mctx->regs [ARMREG_SP]; in mono_monoctx_to_sigctx()
405 mctx->regs [ARMREG_SP] = UCONTEXT_REG_SP (sigctx); in mono_sigctx_to_monoctx()
426 UCONTEXT_REG_SP (sigctx) = mctx->regs [ARMREG_SP]; in mono_monoctx_to_sigctx()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dexceptions-arm.c551 guint64 sp = UCONTEXT_REG_SP (sigctx); in mono_arch_handle_exception()
560 UCONTEXT_REG_SP (sigctx) = sp; in mono_arch_handle_exception()
H A Dexceptions-arm64.c558 UCONTEXT_REG_SP (sigctx) = UCONTEXT_REG_SP (sigctx) - MONO_ARCH_REDZONE_SIZE; in mono_arch_handle_exception()