OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uContext
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/coregrind/m_sigframe/
sigframe-amd64-linux.c
119
/*
ucontext
*/
120
struct vki_ucontext
uContext
;
417
/* retaddr, siginfo,
uContext
fields are to be written */
442
&frame->
uContext
, &frame->fpstate);
480
tst->arch.vex.guest_RDX = (Addr) &frame->
uContext
;
569
restore_sigcontext(tst, &frame->
uContext
.uc_mcontext, &frame->fpstate);
sigframe-x86-linux.c
140
/* ptr to
ucontext
*/
146
struct vki_ucontext
uContext
;
516
frame->puContext = (Addr)&frame->
uContext
;
525
&frame->
uContext
, &frame->fpstate);
646
restore_sigcontext(tst, &frame->
uContext
.uc_mcontext, &frame->fpstate);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsadmin.h
67
STDMETHOD(WriteData)(THIS_ HWND hWnd,ULONG
uContext
) PURE;
68
STDMETHOD(OnError)(THIS_ HWND hWnd,HRESULT hr,ULONG
uContext
) PURE;
Completed in 137 milliseconds