Searched refs:mcontext (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSigprocmaskSyscall.cpp43 mcontext_t mcontext = ucontext->uc_mcontext; local
44 int how = mcontext.gregs[REG_ARG0];
45 sigset_t* set = reinterpret_cast<sigset_t*>(mcontext.gregs[REG_ARG1]);
46 sigset_t* oldSet = reinterpret_cast<sigset_t*>(mcontext.gregs[REG_ARG2]);
57 mcontext.gregs[REG_SYSCALL] = 0;
H A DSyscall.cpp41 mcontext_t* mcontext = &ucontext->uc_mcontext; local
43 switch (mcontext->gregs[REG_SYSCALL]) {
45 return std::make_unique<OpenSyscall>(mcontext);
47 return OpenSyscall::createFromOpenatContext(mcontext);
49 return OpenSyscall::createFromCreatContext(mcontext);
55 return SigactionSyscall::createFromContext(mcontext);
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dscope.test117 method mcontext {args} {
138 list [test_scope0 mcontext itcl::code arg1 arg2] \
143 list [test_scope0 mcontext itcl::scope priv] \
148 list [catch {test_scope0 mcontext itcl::scope xyzzy} msg] $msg
155 set var [test_scope0 mcontext itcl::scope $vname]
166 set var [test_scope0 mcontext itcl::scope $vname]
176 set cmd [test_scope0 mcontext eval itcl::code \$this $mname]
183 test_scope0 mcontext set varray(0) "defined"
185 list [catch {test_scope0 mcontext itcl::scope varray(0)} msg] $msg \
186 [catch {test_scope0 mcontext itc
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmemory_tests.c22 bus_handler(int sig, siginfo_t *si, void *mcontext) argument

Completed in 122 milliseconds