Searched refs:vki_ucontext_t (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-solaris.h | 50 extern void ML_(setup_start_thread_context)(ThreadId tid, vki_ucontext_t *uc); 54 extern void ML_(save_machine_context)(ThreadId tid, vki_ucontext_t *uc, 56 extern void ML_(restore_machine_context)(ThreadId tid, vki_ucontext_t *uc,
|
D | syswrap-amd64-solaris.c | 86 void ML_(setup_start_thread_context)(ThreadId tid, vki_ucontext_t *uc) in ML_() 110 void ML_(save_machine_context)(ThreadId tid, vki_ucontext_t *uc, in ML_() 313 void ML_(restore_machine_context)(ThreadId tid, vki_ucontext_t *uc, in ML_()
|
D | syswrap-x86-solaris.c | 92 void ML_(setup_start_thread_context)(ThreadId tid, vki_ucontext_t *uc) in ML_() 134 void ML_(save_machine_context)(ThreadId tid, vki_ucontext_t *uc, in ML_() 335 void ML_(restore_machine_context)(ThreadId tid, vki_ucontext_t *uc, in ML_()
|
D | syswrap-solaris.c | 518 void VG_(save_context)(ThreadId tid, vki_ucontext_t *uc, CorePart part) in VG_() 592 void VG_(restore_context)(ThreadId tid, vki_ucontext_t *uc, CorePart part, in VG_() 4756 PRE_MEM_WRITE("getsetcontext(ucp)", ARG2, sizeof(vki_ucontext_t)); in PRE() 4758 if (!ML_(safe_to_deref((void*)ARG2, sizeof(vki_ucontext_t)))) { in PRE() 4762 VG_(save_context)(tid, (vki_ucontext_t*)ARG2, Vg_CoreSysCall); in PRE() 4778 if (!ML_(safe_to_deref((void*)ARG2, sizeof(vki_ucontext_t)))) { in PRE() 4783 VG_(restore_context)(tid, (vki_ucontext_t*)ARG2, in PRE() 4791 VG_(sigframe_return)(tid, (vki_ucontext_t*)ARG2); in PRE() 6599 vki_ucontext_t uc; 6610 if (!ML_(safe_to_deref)((void*)ARG1, sizeof(vki_ucontext_t))) { [all …]
|
/external/valgrind/coregrind/ |
D | pub_core_syswrap.h | 91 extern void VG_(save_context)(ThreadId tid, vki_ucontext_t *uc, 93 extern void VG_(restore_context)(ThreadId tid, vki_ucontext_t *uc,
|
D | pub_core_sigframe.h | 68 void VG_(sigframe_return)(ThreadId tid, const vki_ucontext_t *uc);
|
D | pub_core_threadstate.h | 306 vki_ucontext_t *oldcontext;
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 1415 #define vki_ucontext_t sysv_ucontext_t macro 1423 #define vki_ucontext_t ucontext_t macro 1621 vki_ucontext_t *a3_ucontext; 1623 vki_ucontext_t ucontext; 1633 vki_ucontext_t ucontext;
|
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-solaris.c | 235 void VG_(sigframe_return)(ThreadId tid, const vki_ucontext_t *uc) in VG_()
|