/external/valgrind/coregrind/m_syswrap/ |
syswrap-main.c | 464 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local 465 canonical->sysno = gst->guest_EAX; 466 canonical->arg1 = gst->guest_EBX; 467 canonical->arg2 = gst->guest_ECX; 468 canonical->arg3 = gst->guest_EDX; 469 canonical->arg4 = gst->guest_ESI; 470 canonical->arg5 = gst->guest_EDI; 471 canonical->arg6 = gst->guest_EBP; 476 VexGuestAMD64State* gst = (VexGuestAMD64State*)gst_vanilla; 477 canonical->sysno = gst->guest_RAX 792 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local 983 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local 1135 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local [all...] |
syswrap-xen.c | 550 struct vki_xen_gnttab_setup_table *gst = local 553 (Addr)&gst->dom, sizeof(gst->dom)); 555 (Addr)&gst->nr_frames, sizeof(gst->nr_frames)); 1515 struct vki_xen_gnttab_setup_table *gst = local [all...] |
/external/valgrind/VEX/switchback/ |
switchback.c | 86 VexGuestState gst; variable 90 /* i386: helper1 = &gst, helper2 = %EFLAGS */ 91 /* amd64: helper1 = &gst, helper2 = %EFLAGS */ 92 /* ppc32: helper1 = &gst, helper2 = %CR, helper3 = %XER */ 93 /* arm64: helper1 = &gst, helper2 = 32x0:NZCV:28x0 */ 289 sb_helper1 = (HWord)&gst; 290 sb_helper2 = LibVEX_GuestX86_get_eflags(&gst); 393 HWord arg0 = (HWord)&gst; 394 HWord arg1 = LibVEX_GuestARM64_get_nzcv(&gst); 418 Addr where_to_go = gst.guest_PC [all...] |
/external/valgrind/VEX/priv/ |
guest_ppc_defs.h | 160 extern void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst, 164 extern void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst,
|
guest_amd64_defs.h | 176 ( VexGuestAMD64State* gst, HWord addr ); 178 ( VexGuestAMD64State* gst, HWord addr ); 181 ( VexGuestAMD64State* gst, HWord addr ); 183 ( VexGuestAMD64State* gst, HWord addr ); 263 VexGuestAMD64State* gst, 285 VexGuestAMD64State* gst,
|
guest_amd64_helpers.c | [all...] |
guest_x86_helpers.c | [all...] |
guest_ppc_helpers.c | 126 void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst, 145 pU128_dst = (U128*)( ((UChar*)gst) + vD_off ); 155 void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst, 182 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
|
/external/valgrind/VEX/pub/ |
libvex_guest_amd64.h | 212 void LibVEX_GuestAMD64_fxsave ( /*IN*/VexGuestAMD64State* gst, 219 /*MOD*/VexGuestAMD64State* gst );
|
/external/opencv3/modules/videoio/src/ |
cap_gstreamer.cpp | 53 #include <gst/gst.h> 54 #include <gst/gstbuffer.h> 55 #include <gst/video/video.h> 56 #include <gst/app/gstappsink.h> 57 #include <gst/app/gstappsrc.h> 58 #include <gst/riff/riff-media.h> 59 #include <gst/pbutils/missing-plugins.h> 65 #include <gst/pbutils/encoding-profile.h> 66 //#include <gst/base/gsttypefindhelper.h [all...] |
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
mootools-more-yui-compressed.min.js | [all...] |