Home
last modified time | relevance | path

Searched refs:ARG3 (Results 1 – 18 of 18) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c541 ARG1,(HChar*)ARG1, ARG2,(HChar*)ARG2, ARG3,(HChar*)ARG3, ARG4, ARG5); in PRE()
548 PRE_MEM_RASCIIZ( "mount(type)", ARG3); in PRE()
607 PRINT("sys_setresuid16 ( %ld, %ld, %ld )", ARG1, ARG2, ARG3); in PRE()
614 PRINT("sys_setresuid ( %ld, %ld, %ld )", ARG1, ARG2, ARG3); in PRE()
621 PRINT("sys_getresuid16 ( %#lx, %#lx, %#lx )", ARG1,ARG2,ARG3); in PRE()
627 PRE_MEM_WRITE( "getresuid16(suid)", ARG3, sizeof(vki_old_uid_t) ); in PRE()
635 POST_MEM_WRITE( ARG3, sizeof(vki_old_uid_t) ); in POST()
641 PRINT("sys_getresuid ( %#lx, %#lx, %#lx )", ARG1,ARG2,ARG3); in PRE()
646 PRE_MEM_WRITE( "getresuid(suid)", ARG3, sizeof(vki_uid_t) ); in PRE()
654 POST_MEM_WRITE( ARG3, sizeof(vki_uid_t) ); in POST()
[all …]
Dsyswrap-tilegx-linux.c503 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
512 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
513 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), VKI_PROT_WRITE)) { in PRE()
542 (Long *)ARG3, /* parent_tidptr */ in PRE()
555 (Int *)ARG3, /* parent_tidptr */ in PRE()
577 POST_MEM_WRITE(ARG3, sizeof(Int)); in PRE()
648 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4); in PRE()
724 PRINT("sys_socket ( %ld, %ld, %ld )",ARG1,ARG2,ARG3); in PRE()
737 PRINT("sys_setsockopt ( %ld, %ld, %ld, %#lx, %ld )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
741 ML_(generic_PRE_sys_setsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
[all …]
Dsyswrap-darwin.c1114 PRINT("ioctl ( %ld, 0x%lx, %#lx )",ARG1,ARG2,ARG3); in PRE()
1121 PRE_MEM_WRITE( "ioctl(TIOCGWINSZ)", ARG3, sizeof(struct vki_winsize) ); in PRE()
1124 PRE_MEM_READ( "ioctl(TIOCSWINSZ)", ARG3, sizeof(struct vki_winsize) ); in PRE()
1127 PRE_MEM_READ( "ioctl(TIOCMBIS)", ARG3, sizeof(unsigned int) ); in PRE()
1130 PRE_MEM_READ( "ioctl(TIOCMBIC)", ARG3, sizeof(unsigned int) ); in PRE()
1133 PRE_MEM_READ( "ioctl(TIOCMSET)", ARG3, sizeof(unsigned int) ); in PRE()
1136 PRE_MEM_WRITE( "ioctl(TIOCMGET)", ARG3, sizeof(unsigned int) ); in PRE()
1140 PRE_MEM_WRITE( "ioctl(TIOCGPGRP)", ARG3, sizeof(vki_pid_t) ); in PRE()
1144 PRE_MEM_WRITE( "ioctl(TIOCGPGRP)", ARG3, sizeof(vki_pid_t) ); in PRE()
1147 PRE_MEM_READ( "ioctl(FIONBIO)", ARG3, sizeof(int) ); in PRE()
[all …]
Dsyswrap-generic.c2361 PRINT("sys_msync ( %#lx, %llu, %ld )", ARG1,(ULong)ARG2,ARG3); in PRE()
2382 PRINT("sys_getpmsg ( %ld, %#lx, %#lx, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
2387 data = (struct vki_pmsg_strbuf *)ARG3; in PRE()
2403 data = (struct vki_pmsg_strbuf *)ARG3; in POST()
2418 PRINT("sys_putpmsg ( %ld, %#lx, %#lx, %ld, %ld )", ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
2423 data = (struct vki_pmsg_strbuf *)ARG3; in PRE()
2451 PRINT("sys_setitimer ( %ld, %#lx, %#lx )", ARG1,ARG2,ARG3); in PRE()
2462 if (ARG3 != (Addr)NULL) { in PRE()
2463 struct vki_itimerval *ovalue = (struct vki_itimerval*)ARG3; in PRE()
2473 if (ARG3 != (Addr)NULL) { in POST()
[all …]
Dsyswrap-mips64-linux.c323 PRINT("sys_tee ( %ld, %ld, %ld, %ld )", ARG1, ARG2, ARG3, ARG4); in PRE()
330 PRINT("sys_splice ( %ld, %ld, %ld, %ld, %ld, %ld )", ARG1, ARG2, ARG3, in PRE()
339 PRINT("sys_vmsplice ( %ld, %ld, %ld, %ld )", ARG1, ARG2, ARG3, ARG4); in PRE()
378 PRINT("sys_sysfs ( %ld, %ld, %#lx )", ARG1, ARG2, ARG3); in PRE()
385 PRINT("cacheflush (%lx, %lx, %lx)", ARG1, ARG2, ARG3); in PRE()
414 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", ARG1, ARG2, ARG3, ARG4); in PRE()
433 ML_(linux_PRE_getregset)(tid, ARG3, ARG4); in PRE()
455 ML_(linux_POST_getregset)(tid, ARG3, ARG4); in POST()
466 ARG3, ARG4, ARG5, ARG6); in PRE()
469 r = ML_(generic_PRE_sys_mmap)(tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
[all …]
Dsyswrap-arm-linux.c356 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
362 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
402 PRINT("sys_fstatat64 ( %ld, %#lx(%s), %#lx )",ARG1,ARG2,(char*)ARG2,ARG3); in PRE()
406 PRE_MEM_WRITE( "fstatat64(buf)", ARG3, sizeof(struct vki_stat64) ); in PRE()
411 POST_MEM_WRITE( ARG3, sizeof(struct vki_stat64) ); in POST()
430 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
439 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
440 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), in PRE()
479 (Int *)ARG3, /* parent_tidptr */ in PRE()
492 (Int *)ARG3, /* parent_tidptr */ in PRE()
[all …]
Dsyswrap-ppc32-linux.c408 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
414 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
427 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
433 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
473 PRINT("sys_fstatat64 ( %ld, %#lx(%s), %#lx )",ARG1,ARG2,(char*)ARG2,ARG3); in PRE()
477 PRE_MEM_WRITE( "fstatat64(buf)", ARG3, sizeof(struct vki_stat64) ); in PRE()
482 POST_MEM_WRITE( ARG3, sizeof(struct vki_stat64) ); in POST()
536 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
545 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
546 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), in PRE()
[all …]
Dsyswrap-amd64-linux.c349 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
358 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
359 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), VKI_PROT_WRITE)) { in PRE()
402 (Long *)ARG3, /* parent_tidptr */ in PRE()
415 (Int *)ARG3, /* parent_tidptr */ in PRE()
437 POST_MEM_WRITE(ARG3, sizeof(Int)); in PRE()
543 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4); in PRE()
579 ML_(linux_PRE_getregset)(tid, ARG3, ARG4); in PRE()
582 ML_(linux_PRE_setregset)(tid, ARG3, ARG4); in PRE()
613 ML_(linux_POST_getregset)(tid, ARG3, ARG4); in POST()
[all …]
Dsyswrap-mips32-linux.c537 ARG3, ARG4, ARG5, ARG6); in PRE()
541 r = mips_PRE_sys_mmap(tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
550 ARG3, ARG4, ARG5, ARG6); in PRE()
553 r = mips_PRE_sys_mmap(tid, ARG1, ARG2, ARG3, ARG4, ARG5, (Off64T) ARG6); in PRE()
595 ARG3); in PRE()
599 PRE_MEM_WRITE ("fstatat64(buf)", ARG3, sizeof (struct vki_stat64)); in PRE()
604 POST_MEM_WRITE (ARG3, sizeof (struct vki_stat64)); in POST()
623 PRINT ("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )", ARG1, ARG2, ARG3, in PRE()
632 PRE_MEM_WRITE ("clone(parent_tidptr)", ARG3, sizeof (Int)); in PRE()
633 if (!VG_ (am_is_valid_for_client)(ARG3, sizeof (Int), VKI_PROT_WRITE)) in PRE()
[all …]
Dsyswrap-s390x-linux.c334 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4); in PRE()
358 pa = (vki_ptrace_area *) ARG3; in PRE()
374 pa = (vki_ptrace_area *) ARG3; in PRE()
388 ML_(linux_PRE_getregset)(tid, ARG3, ARG4); in PRE()
391 ML_(linux_PRE_setregset)(tid, ARG3, ARG4); in PRE()
419 pa = (vki_ptrace_area *) ARG3; in POST()
424 ML_(linux_POST_getregset)(tid, ARG3, ARG4); in POST()
458 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4, ARG5); in PRE()
466 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
467 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), in PRE()
[all …]
Dsyswrap-x86-linux.c828 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
837 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
838 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), in PRE()
911 (Int *)ARG3, /* parent_tidptr */ in PRE()
924 (Int *)ARG3, /* parent_tidptr */ in PRE()
944 POST_MEM_WRITE(ARG3, sizeof(Int)); in PRE()
1024 PRINT("sys_modify_ldt ( %ld, %#lx, %ld )", ARG1,ARG2,ARG3); in PRE()
1030 PRE_MEM_WRITE( "modify_ldt(ptr)", ARG2, ARG3 ); in PRE()
1037 SET_STATUS_from_SysRes( sys_modify_ldt( tid, ARG1, (void*)ARG2, ARG3 ) ); in PRE()
1076 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4); in PRE()
[all …]
Dsyswrap-arm64-linux.c434 PRINT("sys_fadvise64 ( %ld, %ld, %lu, %ld )", ARG1,ARG2,ARG3,ARG4); in PRE()
445 ARG1, (ULong)ARG2, ARG3, ARG4, (Int)ARG5, ARG6 ); in PRE()
451 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
529 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
538 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
539 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), in PRE()
578 (Int*)ARG3, /* parent_tidptr */ in PRE()
591 (Int*)ARG3, /* parent_tidptr */ in PRE()
609 POST_MEM_WRITE(ARG3, sizeof(Int)); in PRE()
Dsyswrap-ppc64-linux.c557 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
563 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
637 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
646 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
647 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), in PRE()
678 (Int *)ARG3, /* parent_tidptr */ in PRE()
691 (Int *)ARG3, /* parent_tidptr */ in PRE()
708 POST_MEM_WRITE(ARG3, sizeof(Int)); in PRE()
720 PRINT("sys_fadvise64 ( %ld, %ld, %lu, %ld )", ARG1,ARG2,ARG3,ARG4); in PRE()
Dsyswrap-xen.c383 PRINT("__HYPERVISOR_grant_table_op ( %ld, 0x%lx, %ld )", ARG1, ARG2, ARG3); in PRE()
1020 unsigned int *pdone = (unsigned int *)ARG3; in POST()
Dpriv_types_n_macros.h312 #define ARG3 (arrghs->arg3) macro
/external/mesa3d/src/mesa/x86/
Dassyntax.h377 #define ARG3(a,b,c) a,b,c macro
648 #define SHLD_L(a,b,c) CHOICE(shldl ARG3(a,b,c), shldl ARG3(a,b,c), _LTOG shld ARG3(c,b,a))
649 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
650 #define SHLD_W(a,b,c) CHOICE(shldw ARG3(a,b,c), shldw ARG3(a,b,c), _WTOG shld ARG3(c,b,a))
651 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
655 #define SHRD_L(a,b,c) CHOICE(shrdl ARG3(a,b,c), shrdl ARG3(a,b,c), _LTOG shrd ARG3(c,b,a))
656 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL))
657 #define SHRD_W(a,b,c) CHOICE(shrdw ARG3(a,b,c), shrdw ARG3(a,b,c), _WTOG shrd ARG3(c,b,a))
658 #define SHRD2_W(a,b) CHOICE(shrdw ARG2(a,b), shrdw ARG3(CL,a,b), _WTOG shrd ARG3(b,a,CL))
/external/llvm/lib/Target/X86/
DX86CallingConv.td389 // Pass in VM's registers: HP, P, ARG0, ARG1, ARG2, ARG3
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...