Home
last modified time | relevance | path

Searched refs:os_ucontext (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-sigcontext.h329 typedef ucontext_t os_ucontext; typedef
343 typedef struct __darwin_ucontext os_ucontext; typedef
347 #define UCONTEXT_REG_NIP(ctx) (((os_ucontext*)(ctx))->uc_mcontext->__ss.__srr0)
348 #define UCONTEXT_REG_LNK(ctx) (((os_ucontext*)(ctx))->uc_mcontext->__ss.__lr)
350 typedef struct ucontext os_ucontext; typedef
354 #define UCONTEXT_REG_NIP(ctx) (((os_ucontext*)(ctx))->uc_mcontext->ss.srr0)
355 #define UCONTEXT_REG_LNK(ctx) (((os_ucontext*)(ctx))->uc_mcontext->ss.lr)
357 typedef ucontext_t os_ucontext; typedef
364 typedef ucontext_t os_ucontext; typedef
368 #define UCONTEXT_REG_NIP(ctx) (((os_ucontext*)(ctx))->uc_mcontext.mc_srr0)
[all …]
H A Dmono-context.c467 os_ucontext *uc = sigctx; in mono_sigctx_to_monoctx()
479 os_ucontext *uc = sigctx; in mono_monoctx_to_sigctx()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dexceptions-ppc.c616 os_ucontext *uc = sigctx; in mono_arch_ip_from_context()
628 os_ucontext *uc = sigctx; in mono_ppc_set_func_into_sigctx()
654 os_ucontext *uc = (ucontext_t*)sigctx; in mono_arch_handle_altstack_exception()
655 os_ucontext *uc_copy; in mono_arch_handle_altstack_exception()
687 memcpy (uc_copy, uc, sizeof (os_ucontext)); in mono_arch_handle_altstack_exception()