Home
last modified time | relevance | path

Searched refs:UCONTEXT_REG_R12 (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-sigcontext.h185 #define UCONTEXT_REG_R12(ctx) (((ucontext_t*)(ctx))->uc_mcontext->__ss.__r12) macro
220 #define UCONTEXT_REG_R12(ctx) (((ucontext_t*)(ctx))->uc_mcontext.mc_r12) macro
238 #define UCONTEXT_REG_R12(ctx) (((ucontext_t*)(ctx))->uc_mcontext.__gregs [_REG_R12]) macro
257 #define UCONTEXT_REG_R12(ctx) (((ucontext_t*)(ctx))->sc_r12) macro
296 #define UCONTEXT_REG_R12(ctx) (UCONTEXT_GREGS ((ctx)) [REG_R12]) macro
391 #define UCONTEXT_REG_R12(ctx) (((ucontext_t*)(ctx))->uc_mcontext->__ss.__r[12]) macro
423 #define UCONTEXT_REG_R12(ctx) (((arm_ucontext*)(ctx))->sig_ctx.arm_ip) macro
443 #define UCONTEXT_REG_R12(ctx) (((ucontext_t*)(ctx))->uc_mcontext.__gregs[_REG_R12]) macro
H A Dmono-context.c189 mctx->gregs [AMD64_R12] = UCONTEXT_REG_R12 (ctx); in mono_sigctx_to_monoctx()
261 UCONTEXT_REG_R12 (ctx) = mctx->gregs [AMD64_R12]; in mono_monoctx_to_sigctx()