Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-sigcontext.h173 #define UCONTEXT_REG_RBX(ctx) (((ucontext_t*)(ctx))->uc_mcontext->__ss.__rbx) macro
208 #define UCONTEXT_REG_RBX(ctx) (((ucontext_t*)(ctx))->uc_mcontext.mc_rbx) macro
226 #define UCONTEXT_REG_RBX(ctx) (((ucontext_t*)(ctx))->uc_mcontext.__gregs [_REG_RBX]) macro
245 #define UCONTEXT_REG_RBX(ctx) (((ucontext_t*)(ctx))->sc_rbx) macro
284 #define UCONTEXT_REG_RBX(ctx) (UCONTEXT_GREGS ((ctx)) [REG_RBX]) macro
H A Dmono-context.c178 mctx->gregs [AMD64_RBX] = UCONTEXT_REG_RBX (ctx); in mono_sigctx_to_monoctx()
250 UCONTEXT_REG_RBX (ctx) = mctx->gregs [AMD64_RBX]; in mono_monoctx_to_sigctx()